blob: 6b4550e38aea1767911137ce13ede3bd9b042b93 [file] [log] [blame]
senthil9d33aa22021-10-05 09:59:32 +05301COMPILE_DEPS = CORE_DEPS + JACKSON + [
Ray Milkey324af932018-06-20 19:50:31 -07002 "@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 "//protocols/snmp/api:onos-protocols-snmp-api",
7]
8
9osgi_jar_with_tests(
10 deps = COMPILE_DEPS,
11)