blob: ca4b963c1923bcaf4f9fc485087e12d15125e229 [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",
4 "@netty//jar",
5 "@netty_common//jar",
6 "@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)