blob: 684fb64d78c7fe6428834d2eb7103d1cefdc545c [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Brian O'Connorf69e3e32018-05-10 02:25:09 -07003 '//lib:JACKSON',
Carmelo Cascone72893b72018-08-09 00:59:06 -07004 '//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 Milkeyf80bbb22016-03-11 10:16:22 -080013]
14
15TEST_DEPS = [
16 '//lib:TEST',
17 '//core/api:onos-api-tests',
18]
19
Ray Milkey8dac8182016-04-28 16:44:19 -070020osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080021 deps = COMPILE_DEPS,
Ray Milkey8dac8182016-04-28 16:44:19 -070022 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080023)