blob: be6cac4fec48544503f868ce2d8752e431c6238a [file] [log] [blame]
Seyeon Jeong357bcec2020-02-28 01:17:34 -08001COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + KRYO + [
2 "//core/store/serializers:onos-core-serializers",
3]
Ray Milkey7dac7da2017-08-01 16:56:05 -07004
Ray Milkey0bcdfd12018-05-23 14:07:19 -07005TEST_DEPS = TEST + ["//core/api:onos-api-tests"]
Ray Milkey7dac7da2017-08-01 16:56:05 -07006
Ray Milkey0bcdfd12018-05-23 14:07:19 -07007osgi_jar_with_tests(
Ray Milkey7dac7da2017-08-01 16:56:05 -07008 test_deps = TEST_DEPS,
9 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -070010 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -070011)