blob: 41ab47e6e1562c9e3fcf4a8e18e0fe5cf8e6b7f5 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + [
2 "@jersey_client//jar",
3 "@httpclient_osgi//jar",
4 "@httpcore_osgi//jar",
5 "@javax_ws_rs_api//jar",
6 "@netty_common//jar",
7 "@netty//jar",
8 "//protocols/bgp/api:onos-protocols-bgp-api",
9 "//protocols/bgp/bgpio:onos-protocols-bgp-bgpio",
10]
11
12osgi_jar_with_tests(
13 exclude_tests = [
14 "org.onosproject.bgp.BgpPeerChannelHandlerTest",
15 "org.onosproject.bgp.BgpPeerFrameDecoderTest",
16 ],
17 deps = COMPILE_DEPS,
18)