Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
| 2 | "@jersey_client//jar", |
| 3 | "@httpclient_osgi//jar", |
| 4 | "@httpcore_osgi//jar", |
| 5 | "@javax_ws_rs_api//jar", |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 6 | "@io_netty_netty_common//jar", |
| 7 | "@io_netty_netty//jar", |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 8 | "//protocols/bgp/api:onos-protocols-bgp-api", |
| 9 | "//protocols/bgp/bgpio:onos-protocols-bgp-bgpio", |
| 10 | ] |
| 11 | |
| 12 | osgi_jar_with_tests( |
| 13 | exclude_tests = [ |
| 14 | "org.onosproject.bgp.BgpPeerChannelHandlerTest", |
| 15 | "org.onosproject.bgp.BgpPeerFrameDecoderTest", |
| 16 | ], |
| 17 | deps = COMPILE_DEPS, |
| 18 | ) |