onos/utils/misc/BUCK
Ray Milkey 86ee5e8711 Upgrade fasterXML libraries for OS-9
Upgrade fasterXML to version 2.9.5 to address security vulnerability
Wrap calls to treeRead(InputStream) to handle new behavior of null streams

Change-Id: Id199cfacd0cf9e5371dc33de9f1e058c2e72eaa5
2018-04-03 16:49:03 +00:00

18 lines
280 B
Python

COMPILE_DEPS = [
'//lib:COMPILE',
'//lib:NETTY',
'//lib:METRICS',
'//lib:KRYO',
'//lib:netty',
'//lib:JACKSON',
]
osgi_jar_with_tests(
name = 'onlab-misc',
deps = COMPILE_DEPS,
package_name_root = 'org.onlab',
visibility = ['PUBLIC'],
)