blob: dc9eb55b4dcb6166d68280216de6fc83272f5039 [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",
6 "//incubator/api:onos-incubator-api",
7]
8
9osgi_jar_with_tests(
10 deps = COMPILE_DEPS,
11)