Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + [ |
2 | "//apps/tetopology/api:onos-apps-tetopology-api", | ||||
3 | "//incubator/api:onos-incubator-api", | ||||
4 | "//core/store/serializers:onos-core-serializers", | ||||
5 | ] | ||||
6 | |||||
7 | TEST_DEPS = TEST_ADAPTERS + [ | ||||
8 | "//utils/osgi:onlab-osgi-tests", | ||||
9 | "//incubator/api:onos-incubator-api-tests", | ||||
10 | ] | ||||
11 | |||||
12 | osgi_jar_with_tests( | ||||
13 | test_deps = TEST_DEPS, | ||||
14 | deps = COMPILE_DEPS, | ||||
15 | ) |