From e178b07914d5dc40157dede0078e16f645f20f17 Mon Sep 17 00:00:00 2001 From: Anand Chaturvedi Date: Mon, 14 Aug 2017 20:10:36 -0400 Subject: Added review comment Initial commit for Network-Inv and AAI client commit 61419e46211f1f1e763d4a84214c62a5e699bdf2 Author: Anand Chaturvedi Date: Mon Aug 14 19:54:11 2017 -0400 Issue-Id: APPC-21 [OnapMigration] OnapMigration for APPC OutBound Services.. Change-Id: I7db4bcb52b050988b601f3abac544c43f34c677b Signed-off-by: Anand Chaturvedi --- .../appc-network-inventory-client/provider/pom.xml | 93 ++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100755 appc-outbound/appc-network-inventory-client/provider/pom.xml (limited to 'appc-outbound/appc-network-inventory-client/provider/pom.xml') diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml new file mode 100755 index 000000000..7c91ffc74 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -0,0 +1,93 @@ + + + 4.0.0 + + org.openecomp.appc + appc-network-inventory-client + 1.1.0-SNAPSHOT + + + appc-network-inventory-client-provider + 1.1.0-SNAPSHOT + bundle + APPC Network Client - Provider + + + + + + equinoxSDK381 + org.eclipse.osgi + + + org.openecomp.sdnc.core + sli-provider + + + commons-io + commons-io + + + com.att.eelf + eelf-core + + + com.sun.jersey + jersey-client + provided + + + junit + junit + test + + + org.openecomp.appc + appc-config-params-provider + ${project.version} + + + org.openecomp.sdnc.core + sli-common + + + org.openecomp.sdnc.core + sli-provider + + + + org.openecomp.sdnc.core + dblib-provider + + + + org.json + json + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + org.openecomp.appc.instar + org.openecomp.appc.instar.InstarClientActivator + org.openecomp.appc.instar + * + * + + ${project.basedir}/src/main/resources/META-INF + + + + + + + + + -- cgit 1.2.3-korg