blob: a7cf7ad15b14c084e62d74a2899ef6a90d43f4be [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + [
"@jersey_client//jar",
"@httpclient_osgi//jar",
"@httpcore_osgi//jar",
"@javax_ws_rs_api//jar",
"@io_netty_netty_common//jar",
"@io_netty_netty//jar",
"//protocols/bgp/api:onos-protocols-bgp-api",
"//protocols/bgp/bgpio:onos-protocols-bgp-bgpio",
]
osgi_jar_with_tests(
exclude_tests = [
"org.onosproject.bgp.BgpPeerChannelHandlerTest",
"org.onosproject.bgp.BgpPeerFrameDecoderTest",
],
deps = COMPILE_DEPS,
)