blob: 84322bafd7dbb84501a082f6463b89d242e6c9de [file] [log] [blame]
oleksandr.yashchuk@plvision.eu3dbcaaf2019-03-13 14:44:46 +02001COMPILE_DEPS = CORE_DEPS + KRYO + [
2 "//protocols/gnoi/api:onos-protocols-gnoi-api",
3 "//protocols/gnoi/stub:onos-protocols-gnoi-stub",
4 "//protocols/grpc/api:onos-protocols-grpc-api",
5 "//protocols/grpc/ctl:onos-protocols-grpc-ctl",
Carmelo Casconec0b23a42019-04-25 13:50:54 -07006 "//lib:io_grpc_grpc_core_context",
7 "//lib:com_google_protobuf_protobuf_java",
8 "//lib:io_grpc_grpc_netty",
9 "//lib:io_grpc_grpc_protobuf_lite",
10 "//lib:io_grpc_grpc_stub",
oleksandr.yashchuk@plvision.eu3dbcaaf2019-03-13 14:44:46 +020011 "@com_google_api_grpc_proto_google_common_protos//jar",
12]
13
14TEST_DEPS = TEST + [
15 "@minimal_json//jar",
Carmelo Casconec0b23a42019-04-25 13:50:54 -070016 "//lib:io_grpc_grpc_core_context",
17 "//lib:io_grpc_grpc_protobuf_lite",
oleksandr.yashchuk@plvision.eu3dbcaaf2019-03-13 14:44:46 +020018]
19
20osgi_jar_with_tests(
21 test_deps = TEST_DEPS,
22 deps = COMPILE_DEPS,
23)