blob: d3659d344a54252638af0b5660efd0f2f96aed96 [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 Casconeb9536692019-05-28 18:15:23 -07006 "//lib:io_grpc_grpc_api_context",
Carmelo Casconec0b23a42019-04-25 13:50:54 -07007 "//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 Casconeb9536692019-05-28 18:15:23 -070016 "//lib:io_grpc_grpc_api_context",
Carmelo Casconec0b23a42019-04-25 13:50:54 -070017 "//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)