Andrea Campanella | 378e21a | 2017-06-07 12:09:59 +0200 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//protocols/grpc/api:onos-protocols-grpc-api', | ||||
4 | '//lib:grpc-core-1.3.0', | ||||
5 | '//lib:grpc-protobuf-1.3.0', | ||||
6 | '//lib:grpc-stub-1.3.0', | ||||
7 | '//lib:grpc-netty-1.3.0', | ||||
8 | '//lib:grpc-auth-1.3.0', | ||||
9 | ] | ||||
10 | |||||
11 | TEST_DEPS = [ | ||||
12 | '//lib:TEST_ADAPTERS', | ||||
13 | '//utils/osgi:onlab-osgi-tests', | ||||
14 | ] | ||||
15 | |||||
16 | osgi_jar_with_tests ( | ||||
17 | deps = COMPILE_DEPS, | ||||
18 | test_deps = TEST_DEPS, | ||||
19 | ) | ||||
20 |