blob: 764d980027f4b1318f33812aa8755387f76b8476 [file] [log] [blame]
Andrea Campanella378e21a2017-06-07 12:09:59 +02001COMPILE_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
11TEST_DEPS = [
12 '//lib:TEST_ADAPTERS',
13 '//utils/osgi:onlab-osgi-tests',
14]
15
16osgi_jar_with_tests (
17 deps = COMPILE_DEPS,
18 test_deps = TEST_DEPS,
19)
20