blob: 13554c7846c6939459f565755fcffb903ad7ab74 [file] [log] [blame]
Carmelo Cascone72893b72018-08-09 00:59:06 -07001COMPILE_DEPS = CORE_DEPS + KRYO + [
2 "//core/store/serializers:onos-core-serializers",
3 "//protocols/grpc/api:onos-protocols-grpc-api",
4 "//protocols/p4runtime/api:onos-protocols-p4runtime-api",
5 "//protocols/p4runtime/proto:p4config_java_proto",
6 "//protocols/p4runtime/proto:p4data_java_proto",
7 "//protocols/p4runtime/proto:p4info_java_proto",
8 "//protocols/p4runtime/proto:p4runtime_java_grpc",
9 "//protocols/p4runtime/proto:p4runtime_java_proto",
10 "//protocols/p4runtime/proto:status_java_proto",
11 "@com_google_protobuf//:protobuf_java",
12 "@io_grpc_grpc_java//context",
13 "@io_grpc_grpc_java//core",
14 "@io_grpc_grpc_java//netty",
15 "@io_grpc_grpc_java//stub",
16 "@io_grpc_grpc_java_core_repkg//:internal",
17]
18
19TEST_DEPS = TEST + [
20 "@minimal_json//jar",
21 "@io_grpc_grpc_java//core:inprocess",
22 "@io_grpc_grpc_java//protobuf-lite",
23]
24
25osgi_jar_with_tests(
26 deps = COMPILE_DEPS,
27 test_deps = TEST_DEPS,
28)