blob: fb7667f6a5520243bdfb557b81b154342efb3555 [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',
5 '//lib:netty-buffer',
6 '//lib:netty-codec',
7 '//lib:netty-common',
8 '//lib:netty-handler',
9 '//lib:netty-transport',
10 '//lib:netty-transport-native-epoll',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011]
12
13TEST_DEPS = [
14 '//lib:TEST',
15 '//core/api:onos-api-tests',
16]
17
Ray Milkey8dac8182016-04-28 16:44:19 -070018osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080019 deps = COMPILE_DEPS,
Ray Milkey8dac8182016-04-28 16:44:19 -070020 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080021)