blob: 6c3a325316ba64208aa782023a76584a104bc590 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:NETTY',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004 '//lib:openflowj',
Ray Milkey8dac8182016-04-28 16:44:19 -07005 '//protocols/openflow/api:onos-protocols-openflow-api',
Ray Milkeyaeb00792016-04-20 16:15:21 -07006 '//providers/openflow/flow:onos-providers-openflow-flow',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007]
8
dvaddireb57fdb02017-06-20 00:14:08 +05309TEST_DEPS = [
10 '//lib:TEST_ADAPTERS',
11]
12
Ray Milkeyaeb00792016-04-20 16:15:21 -070013osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080014 deps = COMPILE_DEPS,
dvaddireb57fdb02017-06-20 00:14:08 +053015 test_deps = TEST_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080016)