Davide Sanvito | 05983ba | 2017-12-01 11:46:44 +0100 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//core/store/dist:onos-core-dist', | ||||
4 | '//core/store/serializers:onos-core-serializers', | ||||
5 | '//incubator/api:onos-incubator-api', | ||||
6 | '//lib:KRYO', | ||||
7 | '//lib:JACKSON', | ||||
8 | ] | ||||
9 | |||||
10 | TEST_DEPS = [ | ||||
11 | '//lib:TEST_ADAPTERS', | ||||
12 | ] | ||||
13 | |||||
14 | osgi_jar_with_tests ( | ||||
15 | deps = COMPILE_DEPS, | ||||
16 | test_deps = TEST_DEPS, | ||||
17 | ) |