blob: 26a6a5819a6208872201fd0ad7ddbc42e93291b5 [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',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012]
13
14TEST_DEPS = [
15 '//lib:TEST',
16 '//core/api:onos-api-tests',
17]
18
Ray Milkey8dac8182016-04-28 16:44:19 -070019osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080020 deps = COMPILE_DEPS,
Ray Milkey8dac8182016-04-28 16:44:19 -070021 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080022)