blob: 63964735e442b842779e1a06041e599659549d07 [file] [log] [blame]
Sean Condon27f06da2019-05-25 17:02:14 +01001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5TEST_DEPS = TEST_ADAPTERS + [
6 "//utils/osgi:onlab-osgi-tests",
7]
8
9osgi_jar_with_tests(
10 test_deps = TEST_DEPS,
11 deps = COMPILE_DEPS,
Sean Condona36f65c2019-05-20 08:21:41 +010012)