blob: 41ab47e6e1562c9e3fcf4a8e18e0fe5cf8e6b7f5 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + [
"@jersey_client//jar",
"@httpclient_osgi//jar",
"@httpcore_osgi//jar",
"@javax_ws_rs_api//jar",
"@netty_common//jar",
"@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,
)