From d701b812258d0e84a5d5cce0296b004e364a1a3b Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Thu, 21 Dec 2017 14:06:08 +0000 Subject: Add snmp profile for cli Add snmp profile for cli to support snmp get operation. Issue-ID: CLI-85 Change-Id: I7bebd38f2b3089df80c71a5581b23c5408c6d3ab Signed-off-by: subhash kumar singh --- profiles/snmp/pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 profiles/snmp/pom.xml (limited to 'profiles/snmp/pom.xml') diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml new file mode 100644 index 00000000..75d5434b --- /dev/null +++ b/profiles/snmp/pom.xml @@ -0,0 +1,50 @@ + + + 4.0.0 + + org.onap.cli + cli-profiles + 2.0.0 + + + cli-profiles-snmp + cli/profiles/snmp + jar + + UTF-8 + + + + org.snmp4j + snmp4j + 2.5.6 + + + junit + junit + 4.11 + test + + + org.jmockit + jmockit + 1.19 + test + + + org.jmockit + jmockit-coverage + 1.19 + test + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + -- cgit 1.2.3-korg