From 0414b3eaf226c9f96607c7f8cf4196676d2c5ea4 Mon Sep 17 00:00:00 2001 From: Ashwin Sridharan Date: Wed, 14 Jun 2017 23:11:25 -0400 Subject: [feature/APPC-6] Added Ansible Adapter Extension for APP-C Change-Id: I4580fe5ebec526186fff5520fc7d12bff49f3fa4 Signed-off-by: Ashwin Sridharan Signed-off-by: Patrick Brady --- .../appc-ansible-adapter-bundle/pom.xml | 211 +++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml (limited to 'appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml') diff --git a/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml b/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml new file mode 100644 index 000000000..4fe7eddeb --- /dev/null +++ b/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml @@ -0,0 +1,211 @@ + + + + 4.0.0 + + org.openecomp.appc + appc-ansible-adapter + 1.1.0-SNAPSHOT + + + appc-ansible-adapter-bundle + bundle + APPC Ansible Service Adapter - bundle + + + + commons-codec + commons-codec + 1.9 + + + commons-logging + commons-logging + 1.2 + + + + org.apache.httpcomponents + httpclient + 4.5.2 + + + + + org.openecomp.appc + appc-common + ${project.version} + + + + javax + javaee-api + 7.0 + + + + + + + org.glassfish.jersey.core + jersey-common + 2.9.1 + + + + org.codehaus.jackson + jackson-jaxrs + 1.9.12 + + + + junit + junit + test + + + + + org.openecomp.sdnc.core + sli-common + compile + + + + org.openecomp.sdnc.core + dblib-provider + + + + + + org.openecomp.sdnc.core + sli-provider + compile + + + + org.openecomp.sdnc.core + dblib-provider + + + + + + equinoxSDK381 + org.eclipse.osgi + + + + org.slf4j + slf4j-api + + + + org.slf4j + jcl-over-slf4j + + + + mysql + mysql-connector-java + 5.1.31 + jar + compile + + + + org.json + json + 20160212 + + + + + com.google.guava + guava + 20.0 + + + + + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + appc-ansible-adapter + org.openecomp.appc.adapter.ansible.AnsibleActivator + org.openecomp.appc.adapter.ansible + org.openecomp.sdnc.sli.*,org.osgi.framework.*,org.slf4j.*, javax.net.*,javax.net.ssl.*,org.xml.sax.*,javax.xml.bind.*,javax.naming.*, javax.security.* + *;scope=compile|runtime;artifactId=!sli-common|org.eclipse.osgi|slf4j-api|jcl-over-slf4j|mysql-connector-java|xml-apis + true + + + ${project.basedir}/src/main/resources/META-INF + + + + + -- cgit 1.2.3-korg