Ray Milkey | 7dac7da | 2017-08-01 16:56:05 -0700 | [diff] [blame^] | 1 | COMPILE_DEPS = COMPILE + JACKSON + [ |
2 | "@kryo//jar", | ||||
3 | "@metrics_core//jar", | ||||
4 | "@netty//jar", | ||||
5 | "@netty_common//jar", | ||||
6 | "@objenesis//jar", | ||||
7 | ] | ||||
8 | |||||
9 | osgi_jar_with_tests( | ||||
10 | name = 'onlab-misc', | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | package_name_root = 'org.onlab', | ||||
13 | exclude_tests = ['org.onlab.graph.AbstractGraphPathSearchTest', | ||||
14 | 'org.onlab.graph.GraphTest', | ||||
15 | 'org.onlab.util.SlidingWindowCounterTest'], | ||||
16 | visibility = ["//visibility:public"], | ||||
17 | ) |