Thomas Vachuska | 13433eb | 2019-12-02 11:11:13 -0800 | [diff] [blame] | 1 | COMPILE_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 | |||||
9 | osgi_jar_with_tests( | ||||
10 | test_deps = TEST_ADAPTERS, | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | ) |