blob: 10a2c44d124b1a394699a344ce7d9f0d62577f01 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "@org_apache_servicemix_bundles_snmp4j//jar",
3 "@snmp_core//jar",
4 "@mibs_net_snmp//jar",
5 "@mibs_rfc//jar",
Ray Milkey324af932018-06-20 19:50:31 -07006]
7
8osgi_jar_with_tests(
9 deps = COMPILE_DEPS,
10)