Ray Milkey | a5ff8a7 | 2016-04-19 09:43:45 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:org.apache.karaf.shell.console', | ||||
4 | '//cli:onos-cli', | ||||
5 | '//core/store/serializers:onos-core-serializers', | ||||
6 | ] | ||||
7 | |||||
8 | TEST_DEPS = [ | ||||
9 | '//lib:TEST_REST', | ||||
10 | ] | ||||
11 | |||||
12 | osgi_jar_with_tests ( | ||||
13 | deps = COMPILE_DEPS, | ||||
14 | test_deps = TEST_DEPS, | ||||
15 | ) |