blob: e76cb53fdf72e622e7dc21e6c5f5b7a53de5b9d7 [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 Milkeyaeb00792016-04-20 16:15:21 -07005 '//providers/openflow/flow:onos-providers-openflow-flow',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08006]
7
Ray Milkeyaeb00792016-04-20 16:15:21 -07008osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080010)