blob: cfb787fffc99b86dbb1c6388dd7290ed8c236072 [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 ],
16 package_name_root = "org.onlab",
Ray Milkey7dac7da2017-08-01 16:56:05 -070017 visibility = ["//visibility:public"],
Ray Milkey0bcdfd12018-05-23 14:07:19 -070018 deps = COMPILE_DEPS,
Ray Milkey7dac7da2017-08-01 16:56:05 -070019)