blob: 9abdc58f80cb0f811182c46e6de9973f1674f5d7 [file] [log] [blame]
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08001COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS
Ray Milkey7dac7da2017-08-01 16:56:05 -07002
Ray Milkey0bcdfd12018-05-23 14:07:19 -07003TEST_DEPS = TEST + ["//core/api:onos-api-tests"]
Ray Milkey7dac7da2017-08-01 16:56:05 -07004
Ray Milkey0bcdfd12018-05-23 14:07:19 -07005osgi_jar_with_tests(
Ray Milkey7dac7da2017-08-01 16:56:05 -07006 test_deps = TEST_DEPS,
7 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -07008 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -07009)