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