From 50fdfca221554d0433b7608777285ec94b7a1b62 Mon Sep 17 00:00:00 2001 From: "Chaturvedi, Anand (ac204h)" Date: Fri, 1 Sep 2017 15:35:26 -0400 Subject: Junit Cases for Application Controller. Issue-ID: APPC-168 Change-Id: Iacfc853bef0b641599c60055ac05b1fd090ee3f8 Signed-off-by: Chaturvedi, Anand (ac204h) --- appc-config/appc-config-adaptor/provider/pom.xml | 243 +++++++++++++++-------- 1 file changed, 164 insertions(+), 79 deletions(-) (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 index 48acd8d92..f21d5516c 100644 --- a/appc-config/appc-config-adaptor/provider/pom.xml +++ b/appc-config/appc-config-adaptor/provider/pom.xml @@ -1,97 +1,182 @@ - + + - - UTF-8 - + 4.0.0 + + org.openecomp.appc + appc-config-adaptor + 1.1.0-SNAPSHOT + - - - junit - junit - 3.8.1 + appc-config-adaptor-provider + bundle + APPC Config Component Adaptor - Provider + http://maven.apache.org + + + UTF-8 + ${project.parent.parent.parent.basedir} + + + + + junit + junit + test + + + org.openecomp.sdnc.core + sli-common + compile + + + org.openecomp.sdnc.core + sli-provider + compile + + + org.powermock + powermock-api-mockito test - org.openecomp.sdnc.core - sli-common - compile - - - org.openecomp.sdnc.core - sli-provider - compile + org.mockito + mockito-core + test - - com.att.eelf - eelf-core - + - - jdom - jdom - 1.1 - + + com.att.eelf + eelf-core + - - xerces - xerces - 2.4.0 - provided - - - com.sun.jersey - jersey-client - 1.17 - provided - - - org.jasypt - jasypt - 1.9.2 - compile - - + + 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 - - - + + + + org.apache.felix + maven-bundle-plugin + true + + + appc.config.adaptor + org.openecomp.appc.ccadaptor.CCAActivator + org.openecomp.appc.adaptor + * + * + + ${project.basedir}/src/main/resources/META-INF + + - + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + com.brocade.developer + + + providermodule-plugin + + + [1.2.0.100-SNAPSHOT,) + + + process + + + + + + + + + + + + + -- cgit 1.2.3-korg