onos/utils/misc/BUILD
Ray Milkey 275af2c8ff Implement bazel rules for generation of swagger files
Change-Id: I0e5d33174898cc6a1bbca475f2e1696c4fdda1ca
2018-06-20 09:41:24 -07:00

20 lines
464 B
Python

COMPILE_DEPS = COMPILE + JACKSON + [
"@kryo//jar",
"@metrics_core//jar",
"@netty//jar",
"@netty_common//jar",
"@objenesis//jar",
]
osgi_jar_with_tests(
name = "onlab-misc",
exclude_tests = [
"org.onlab.graph.AbstractGraphPathSearchTest",
"org.onlab.graph.GraphTest",
"org.onlab.util.SlidingWindowCounterTest",
],
group = "org.onlab",
visibility = ["//visibility:public"],
deps = COMPILE_DEPS,
)