From bbda29c7e9f4960c65b6fe0b8cc2b266ba3d5dd0 Mon Sep 17 00:00:00 2001 From: Taka Date: Sun, 11 Feb 2018 19:29:18 -0500 Subject: Unit Test for ansibleActivator Change-Id: I56279239cdae934116e4d3ac8d257f593e641064 Issue-ID: APPC-600 Signed-off-by: Taka --- .../appc-ansible-adapter-bundle/pom.xml | 348 +++++++++++---------- 1 file changed, 175 insertions(+), 173 deletions(-) (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 index e65afa908..e38a803a0 100644 --- a/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml +++ b/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Copyright (C) 2017 Amdocs ============================================================================= @@ -23,186 +23,188 @@ ============LICENSE_END========================================================= --> - 4.0.0 - - org.onap.appc - appc-ansible-adapter - 1.3.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.onap.appc - appc-common - ${project.version} - - - - javax - javaee-api - 7.0 - - - + + org.onap.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.onap.ccsdk.sli.core - sli-common - compile - - - - org.onap.ccsdk.sli.core - dblib-provider - - - - - - org.onap.ccsdk.sli.core - sli-provider - compile - - - - org.onap.ccsdk.sli.core - dblib-provider - - - - - - equinoxSDK381 - org.eclipse.osgi - - - - org.slf4j - slf4j-api - - - - org.slf4j - jcl-over-slf4j - - - - org.mariadb.jdbc - mariadb-java-client - - - - org.json - json - 20160212 - + jce + jce + 1_2-do + compile + + + + + javax.ws.rs + javax.ws.rs-api + 2.0 + + + javax.xml.bind + jaxb-api + 2.2.3 + + + + javax.xml + jaxp-api + 1.4.2 + + + ######### + --> + + + + org.glassfish.jersey.core + jersey-common + 2.9.1 + + + + org.codehaus.jackson + jackson-jaxrs + 1.9.12 + + + + junit + junit + test + + + org.mockito + mockito-core + + + org.onap.ccsdk.sli.core + sli-common + compile + + + + org.onap.ccsdk.sli.core + dblib-provider + + + + + + org.onap.ccsdk.sli.core + sli-provider + compile + + + + org.onap.ccsdk.sli.core + dblib-provider + + + + + + equinoxSDK381 + org.eclipse.osgi + + + + org.slf4j + slf4j-api + + + + org.slf4j + jcl-over-slf4j + + + + org.mariadb.jdbc + mariadb-java-client + + + + org.json + json + 20160212 + - com.google.guava - guava - 20.0 - + com.google.guava + guava + 20.0 + - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - appc-ansible-adapter - org.onap.appc.adapter.ansible.AnsibleActivator - org.onap.appc.adapter.ansible - org.onap.ccsdk.sli.core.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|mariadb-java-client|xml-apis - true - - - - - + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + appc-ansible-adapter + org.onap.appc.adapter.ansible.AnsibleActivator + org.onap.appc.adapter.ansible + org.onap.ccsdk.sli.core.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|mariadb-java-client|xml-apis + true + + + + + -- cgit 1.2.3-korg