blob: 324ac59f032377e9041cd523e46c2e702f271b72 [file] [log] [blame]
Thomas Vachuska13433eb2019-12-02 11:11:13 -08001COMPILE_DEPS = CORE_DEPS + [
2 "//apps/onos-topo/api:onos-apps-onos-topo-api",
3 "//core/store/serializers:onos-core-serializers",
4 "@io_grpc_grpc_java//api",
5 "@io_grpc_grpc_java//netty",
6 "@io_grpc_grpc_java//stub",
7]
8
9osgi_jar_with_tests(
10 test_deps = TEST_ADAPTERS,
11 deps = COMPILE_DEPS,
12)