Andrea Campanella | 545edb4 | 2018-03-20 16:37:29 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//lib:KRYO', | ||||
4 | '//core/store/serializers:onos-core-serializers', | ||||
5 | ] | ||||
6 | |||||
7 | TEST_DEPS = [ | ||||
8 | '//lib:TEST_ADAPTERS', | ||||
9 | '//utils/osgi:onlab-osgi-tests', | ||||
10 | ] | ||||
11 | |||||
12 | osgi_jar_with_tests ( | ||||
13 | deps = COMPILE_DEPS, | ||||
14 | test_deps = TEST_DEPS, | ||||
15 | ) |