Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:openflowj', |
Yuta HIGUCHI | 6ee6b8c | 2017-05-09 14:44:30 -0700 | [diff] [blame] | 4 | '//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 Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 11 | ] |
| 12 | |
| 13 | TEST_DEPS = [ |
| 14 | '//lib:TEST', |
| 15 | '//core/api:onos-api-tests', |
| 16 | ] |
| 17 | |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 18 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 19 | deps = COMPILE_DEPS, |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 20 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 21 | ) |