blob: 98621b0f9cf1dec9eca9172cd56807eef0f24f54 [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001COMPILE_DEPS = COMPILE + JACKSON + [
Ray Milkey0bcdfd12018-05-23 14:07:19 -07002 "@kryo//jar",
3 "@metrics_core//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -07004 "@io_netty_netty//jar",
5 "@io_netty_netty_common//jar",
Ray Milkey0bcdfd12018-05-23 14:07:19 -07006 "@objenesis//jar",
Ray Milkey7dac7da2017-08-01 16:56:05 -07007]
8
9osgi_jar_with_tests(
Ray Milkey0bcdfd12018-05-23 14:07:19 -070010 name = "onlab-misc",
11 exclude_tests = [
12 "org.onlab.graph.AbstractGraphPathSearchTest",
13 "org.onlab.graph.GraphTest",
14 "org.onlab.util.SlidingWindowCounterTest",
15 ],
Ray Milkey7dac7da2017-08-01 16:56:05 -070016 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -070017 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -070018)