Ray Milkey | 257eb6d | 2018-07-17 09:41:00 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | "//apps/cfm/api:onos-apps-cfm-api", | ||||
4 | ] | ||||
5 | |||||
6 | TEST_DEPS = TEST_ADAPTERS + [ | ||||
7 | "//utils/osgi:onlab-osgi-tests", | ||||
8 | ] | ||||
9 | |||||
10 | osgi_jar_with_tests( | ||||
11 | test_deps = TEST_DEPS, | ||||
12 | deps = COMPILE_DEPS, | ||||
13 | ) |