Niraj Dubey | a828719 | 2021-03-23 19:54:17 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | "//protocols/bgp/bgpio:onos-protocols-bgp-bgpio", | ||||
4 | "@io_netty_netty//jar", | ||||
5 | ] | ||||
6 | |||||
7 | osgi_jar_with_tests( | ||||
8 | test_deps = TEST_ADAPTERS, | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) |