Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Brian O'Connor | f69e3e3 | 2018-05-10 02:25:09 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 4 | '//lib:openflowj', |
| 5 | '//lib:io_netty_netty_buffer', |
| 6 | '//lib:io_netty_netty_common', |
| 7 | '//lib:io_netty_netty_codec', |
| 8 | '//lib:io_netty_netty_handler', |
| 9 | '//lib:io_netty_netty_transport', |
| 10 | '//lib:io_netty_netty_transport_native_unix_common', |
| 11 | '//lib:io_netty_netty_transport-native-epoll', |
| 12 | '//protocols/openflow/api:onos-protocols-openflow-api', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | TEST_DEPS = [ |
| 16 | '//lib:TEST', |
| 17 | '//core/api:onos-api-tests', |
| 18 | ] |
| 19 | |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 20 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 21 | deps = COMPILE_DEPS, |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 22 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 23 | ) |