blob: 50a06240edc5827484a4edddf6477d9de8488ecb [file] [log] [blame]
Ray Milkey0bcdfd12018-05-23 14:07:19 -07001GRPC_VER = "1.3.1"
Ray Milkey7dac7da2017-08-01 16:56:05 -07002
3COMPILE_DEPS = CORE_DEPS + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07004 # '@grpc//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
11#osgi_jar_with_tests (
12# deps = COMPILE_DEPS,
13# test_deps = TEST_DEPS,
14#)