blob: 33f53811ca4ee62e37879bea6f59e847054aeac4 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + KRYO + [
2 "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api",
3 "//core/store/serializers:onos-core-serializers",
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)