From 17c2c59a3301cdc969fe53a9de8e0d84d4163b9e Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Sat, 16 Dec 2017 18:48:27 -0600 Subject: Platform hardening for common bundle General code clean up code Additional test cases Support for APPC-348, APPC-349 Issue-ID: APPC-305 Change-Id: I341c960bb33794c681aea86f2bd1b415294ec03f Signed-off-by: Skip Wonnell --- .../appc-iaas-adapter-bundle/pom.xml | 347 +++++++++++---------- 1 file changed, 177 insertions(+), 170 deletions(-) (limited to 'appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/pom.xml') diff --git a/appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/pom.xml b/appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/pom.xml index fba72c9bc..e0fd14bfd 100644 --- a/appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/pom.xml +++ b/appc-adapters/appc-iaas-adapter/appc-iaas-adapter-bundle/pom.xml @@ -1,30 +1,31 @@ - - 4.0.0 - - org.onap.appc - appc-iaas-adapter - 1.3.0-SNAPSHOT - - - appc-iaas-adapter-bundle - bundle - IaaS Adapter - bundle - - - - org.onap.appc - appc-common - ${project.version} - compile + + 4.0.0 + + org.onap.appc + appc-iaas-adapter + 1.3.0-SNAPSHOT + + + appc-iaas-adapter-bundle + bundle + IaaS Adapter - bundle + + + + org.onap.appc + appc-common + ${project.version} + compile javax javaee-api - - + + com.att.cdp cdp-pal-openstack @@ -32,77 +33,83 @@ - org.glassfish.jersey.core - jersey-common - 2.25.1 - compile + org.mockito + mockito-core + test + + + + org.glassfish.jersey.core + jersey-common + 2.25.1 + compile - org.glassfish.jersey.core - jersey-client - 2.25.1 - compile + org.glassfish.jersey.core + jersey-client + 2.25.1 + compile - + - org.glassfish.jersey.core - jersey-server - 2.25.1 - compile + org.glassfish.jersey.core + jersey-server + 2.25.1 + compile - - - - - - - + + + + + + + javax.ws.rs javax.ws.rs-api 2.0.1 compile - - - - - - - - + + + + + + + + org.glassfish.jersey.connectors jersey-grizzly-connector 2.25.1 compile - - - - - - - - - - - + + + + + + + + + + + javax.xml jaxp-api 1.4.2 compile - + - - javax.xml.bind - jaxb-api - 2.2 - compile - + + javax.xml.bind + jaxb-api + 2.2 + compile + org.onap.ccsdk.sli.core @@ -128,111 +135,111 @@ dblib-provider - - - - - - - - - - - - - - - - - - - - - - junit - junit - test - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.apache.felix - maven-bundle-plugin - true - - - appc-iaas-adapter - org.onap.appc.adapter.iaas.AppcProviderAdapterActivator - org.onap.appc.adapter.iaas,com.att.cdp.zones.model + + + + + + + + + + + + + + + + + + + + + + junit + junit + test + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + appc-iaas-adapter + org.onap.appc.adapter.iaas.AppcProviderAdapterActivator + org.onap.appc.adapter.iaas,com.att.cdp.zones.model javax.* org.onap.ccsdk.sli.core.sli.*,org.osgi.framework.*,org.slf4j.*,javax.net.ssl,org.xml.sax - - + + *;scope=compile|runtime;artifactId=!org.eclipse.osgi|slf4j-api|jcl-over-slf4j| - - true - - - - - - - - - NonSlowTests - - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - - org.onap.appc.adapter.iaas.impl.TestProviderAdapterImpl - - - - - - + + true + + + + + + + + + NonSlowTests + + true + + + + + org.apache.maven.plugins + maven-surefire-plugin + + org.onap.appc.adapter.iaas.impl.TestProviderAdapterImpl + + + + + + -- cgit 1.2.3-korg