Boyuan Yan | 6b23b38 | 2019-06-04 11:59:35 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | "//apps/optical-model:onos-apps-optical-model", | ||||
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 | ) |