blob: 40d4cefee3c6a59d829d6574ff6b8db33afe6d51 [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001COMPILE_DEPS = CORE_DEPS + NETTY + [
2 "@openflowj//jar",
3 "//protocols/openflow/api:onos-protocols-openflow-api",
4]
5
6osgi_jar_with_tests(
7 exclude_tests = [
8 "org.onosproject.provider.of.meter.impl.OpenFlowMeterProviderTest",
9 ],
10 deps = COMPILE_DEPS,
11)