blob: 4b86e7fae0f364c7ab8730f966eb41c339c1a65c [file] [log] [blame]
Ray Milkey472d8392018-05-23 17:06:51 -07001GRPC_VER = "1_3_1"
Ray Milkey7dac7da2017-08-01 16:56:05 -07002
3COMPILE_DEPS = CORE_DEPS + [
Ray Milkey472d8392018-05-23 17:06:51 -07004 "@grpc_core_" + GRPC_VER + "//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -07005]
6
7TEST_DEPS = TEST + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07008 "//core/api:onos-api-tests",
Ray Milkey7dac7da2017-08-01 16:56:05 -07009]
10
Ray Milkey472d8392018-05-23 17:06:51 -070011osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13 test_deps = TEST_DEPS,
14)