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", | ||||
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 3 | "//core/store/serializers:onos-core-serializers", |
4 | ] | ||||
5 | |||||
6 | TEST_DEPS = TEST_ADAPTERS + [ | ||||
7 | "//utils/osgi:onlab-osgi-tests", | ||||
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 8 | ] |
9 | |||||
10 | osgi_jar_with_tests( | ||||
11 | test_deps = TEST_DEPS, | ||||
12 | deps = COMPILE_DEPS, | ||||
13 | ) |