blob: 98621b0f9cf1dec9eca9172cd56807eef0f24f54 [file] [log] [blame]
COMPILE_DEPS = COMPILE + JACKSON + [
"@kryo//jar",
"@metrics_core//jar",
"@io_netty_netty//jar",
"@io_netty_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",
],
visibility = ["//visibility:public"],
deps = COMPILE_DEPS,
)