blob: c371a02b82e90daaa64264767d7718ba7d1c2c5d [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 '//lib:netty-transport',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005]
6
7TEST_DEPS = [
8 '//lib:TEST',
9 '//core/api:onos-api-tests',
10]
11
Brian O'Connore4da59d2016-04-08 00:32:18 -070012osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013 deps = COMPILE_DEPS,
Brian O'Connore4da59d2016-04-08 00:32:18 -070014 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015)