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', |
Yuta HIGUCHI | 6520198 | 2017-08-21 11:12:19 -0700 | [diff] [blame] | 5 | '//lib:NETTY', |
Yuta HIGUCHI | 6ee6b8c | 2017-05-09 14:44:30 -0700 | [diff] [blame] | 6 | '//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'Connor | 47a1609 | 2018-05-10 02:25:09 -0700 | [diff] [blame] | 12 | '//lib:JACKSON', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 13 | ] |
| 14 | |
| 15 | TEST_DEPS = [ |
| 16 | '//lib:TEST', |
| 17 | '//core/api:onos-api-tests', |
| 18 | ] |
| 19 | |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 20 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 21 | deps = COMPILE_DEPS, |
Ray Milkey | 8dac818 | 2016-04-28 16:44:19 -0700 | [diff] [blame] | 22 | test_deps = TEST_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 23 | ) |