From 1ec4bf9a21ebdc17c1aa99985afb12d5b6ea4651 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 15 Aug 2017 20:42:44 -0500 Subject: Initial commit for appc-config-adaptor This bundle contains utilities used by config-generator. Change-Id: I04877ebe90536fd57368d00c033189c280e77c90 Signed-off-by: Skip Wonnell Issue-ID: APPC-67 --- appc-config/appc-config-adaptor/provider/pom.xml | 97 ++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 appc-config/appc-config-adaptor/provider/pom.xml (limited to 'appc-config/appc-config-adaptor/provider/pom.xml') diff --git a/appc-config/appc-config-adaptor/provider/pom.xml b/appc-config/appc-config-adaptor/provider/pom.xml new file mode 100644 index 000000000..48acd8d92 --- /dev/null +++ b/appc-config/appc-config-adaptor/provider/pom.xml @@ -0,0 +1,97 @@ + + + + 4.0.0 + + + org.openecomp.appc + appc-config-adaptor + 1.1.0-SNAPSHOT + + + appc-config-adaptor-provider + bundle + Config Component Adaptor - Provider + http://maven.apache.org + + + UTF-8 + + + + + junit + junit + 3.8.1 + test + + + org.openecomp.sdnc.core + sli-common + compile + + + org.openecomp.sdnc.core + sli-provider + compile + + + + com.att.eelf + eelf-core + + + + com.jcraft + jsch + 0.1.52 + + + + jdom + jdom + 1.1 + + + + xerces + xerces + 2.4.0 + provided + + + com.sun.jersey + jersey-client + 1.17 + provided + + + org.jasypt + jasypt + 1.9.2 + compile + + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + appc.config.adaptor + org.openecomp.appc.config.adaptor.CCAActivator + org.openecomp.appc.config.adaptor + * + * + + ${project.basedir}/src/main/resources/META-INF + + + + + + -- cgit 1.2.3-korg