Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame^] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + [ |
2 | '//core/common:onos-core-common', | ||||
3 | '//utils/rest:onlab-rest', | ||||
4 | '//core/store/serializers:onos-core-serializers', | ||||
5 | '@concurrent_trees//jar', | ||||
6 | '//incubator/api:onos-incubator-api', | ||||
7 | ] | ||||
8 | |||||
9 | TEST_DEPS = TEST_ADAPTERS | ||||
10 | |||||
11 | osgi_jar_with_tests ( | ||||
12 | deps = COMPILE_DEPS, | ||||
13 | test_deps = TEST_DEPS, | ||||
14 | visibility = ["//visibility:public"], | ||||
15 | ) |