blob: 66efde313e41a2454f99af80e1ce96e879d82914 [file] [log] [blame]
Andrea Campanella378e21a2017-06-07 12:09:59 +02001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:grpc-core-1.3.0',
4 '//lib:grpc-protobuf-1.3.0',
5 '//lib:grpc-stub-1.3.0',
6 '//lib:grpc-netty-1.3.0',
7 '//lib:grpc-auth-1.3.0',
8]
9
10osgi_jar_with_tests (
11 deps = COMPILE_DEPS,
12)