blob: be7fd4491da46800e033ffb5608af49255c95f3e [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07002 "//incubator/api:onos-incubator-api",
Ray Milkey7dac7da2017-08-01 16:56:05 -07003]
4
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)