Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY + [ |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 2 | "@io_netty_netty_codec//jar", |
| 3 | "@io_netty_netty_transport//jar", |
| 4 | "@io_netty_netty_transport_native_epoll//jar", |
| 5 | "@io_netty_netty_handler//jar", |
| 6 | "@io_netty_netty_resolver//jar", |
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 7 | "@concurrent_trees//jar", |
| 8 | "//protocols/lisp/api:onos-protocols-lisp-api", |
| 9 | "//protocols/lisp/msg:onos-protocols-lisp-msg", |
| 10 | ] |
| 11 | |
| 12 | TEST_DEPS = TEST_ADAPTERS + [ |
| 13 | "//utils/osgi:onlab-osgi-tests", |
| 14 | "//core/api:onos-api-tests", |
| 15 | "//protocols/lisp/api:onos-protocols-lisp-api-tests", |
| 16 | ] |
| 17 | |
| 18 | osgi_jar_with_tests( |
| 19 | test_deps = TEST_DEPS, |
| 20 | deps = COMPILE_DEPS, |
| 21 | ) |