blob: 9b68ba95a48d79527eff2dff180e06130c445417 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:openflowj',
Yuta HIGUCHI6ee6b8c2017-05-09 14:44:30 -07004 '//protocols/openflow/api:onos-protocols-openflow-api',
Yuta HIGUCHI65201982017-08-21 11:12:19 -07005 '//lib:NETTY',
Yuta HIGUCHI6ee6b8c2017-05-09 14:44:30 -07006 '//lib:netty-buffer',
7 '//lib:netty-codec',
8 '//lib:netty-common',
9 '//lib:netty-handler',
10 '//lib:netty-transport',
11 '//lib:netty-transport-native-epoll',
Brian O'Connorf69e3e32018-05-10 02:25:09 -070012 '//lib:JACKSON',
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)