blob: 62f40afabb9395e9c5be60abc2176cd9c13d0418 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:openflowj',
Ray Milkey8dac8182016-04-28 16:44:19 -07004 '//protocols/openflow/api:onos-protocols-openflow-api'
Ray Milkeyf80bbb22016-03-11 10:16:22 -08005]
6
7TEST_DEPS = [
8 '//lib:TEST',
9 '//core/api:onos-api-tests',
10]
11
Ray Milkey8dac8182016-04-28 16:44:19 -070012osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013 deps = COMPILE_DEPS,
Ray Milkey8dac8182016-04-28 16:44:19 -070014 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080015)