blob: 74d05c178082441e43122278d214559d50b93281 [file] [log] [blame]
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,
)