blob: 2936d8676d6aec51fe28a58dbf4d974eca65a74d [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001GRPC_VER = '1.3.1'
2
3COMPILE_DEPS = CORE_DEPS + [
4# '@grpc//jar',
5]
6
7TEST_DEPS = TEST + [
8 '//core/api:onos-api-tests',
9]
10
11#osgi_jar_with_tests (
12# deps = COMPILE_DEPS,
13# test_deps = TEST_DEPS,
14#)