blob: a7cf7ad15b14c084e62d74a2899ef6a90d43f4be [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",
Carmelo Cascone72893b72018-08-09 00:59:06 -07006 "@io_netty_netty_common//jar",
7 "@io_netty_netty//jar",
Ray Milkey324af932018-06-20 19:50:31 -07008 "//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)