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", | ||||
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 | |||||
12 | osgi_jar_with_tests( | ||||
13 | exclude_tests = [ | ||||
14 | "org.onosproject.bgp.BgpPeerChannelHandlerTest", | ||||
15 | "org.onosproject.bgp.BgpPeerFrameDecoderTest", | ||||
16 | ], | ||||
17 | deps = COMPILE_DEPS, | ||||
18 | ) |