blob: ca4693622d91700ab126de876c50d216cb76dba0 [file] [log] [blame]
Boyuan Yan6b23b382019-06-04 11:59:35 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "//core/store/serializers:onos-core-serializers",
3 "//apps/optical-model:onos-apps-optical-model",
4]
5
6TEST_DEPS = TEST_ADAPTERS + [
7 "//utils/osgi:onlab-osgi-tests",
8]
9
10osgi_jar_with_tests(
11 test_deps = TEST_DEPS,
12 deps = COMPILE_DEPS,
13)