From 1c192d2dd68724e292b6a30f463085a262e1e813 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 15 Feb 2017 23:11:26 -0800 Subject: Moving all files to root directory Change-Id: Ica5535fd6ec85f350fe1640b42137b49f83f10f0 Signed-off-by: Patrick Brady --- appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml | 89 ++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml (limited to 'appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml') diff --git a/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml new file mode 100644 index 000000000..c9ec4d9b8 --- /dev/null +++ b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml @@ -0,0 +1,89 @@ + + + 4.0.0 + + org.openecomp.appc + appc-dg-shared + 1.0.0 + + appc-dg-netconf + bundle + + + + org.openecomp.appc + appc-common + ${project.version} + + + org.openecomp.appc + appc-netconf-adapter-bundle + ${project.version} + compile + + + org.openecomp.appc + appc-dg-common + ${project.version} + compile + + + org.openecomp.sdnc.core + sli-common + compile + + + org.openecomp.sdnc.core + sli-provider + compile + + + junit + junit + test + + + + org.mockito + mockito-core + test + + + + org.powermock + powermock-api-mockito + 1.6.2 + test + + + + org.powermock + powermock-module-junit4 + 1.6.2 + test + + + + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + appc-dg-netconf + org.openecomp.appc.dg.netconf + org.openecomp.appc.dg.netconf.impl.* + !org.apache.log,!org.apache.commons.logging,!groovy.lang,!javax.jms,!org.codehaus.commons.compiler,!org.codehaus.groovy.*,!org.codehaus.janino,!com.ibm.icu.*,!com.sun.faces.*,!org.jasypt.*,* + appc-common,eelf-core,logback-core,logback-classic;scope=compile|runtime;inline=false + true + + + + + + -- cgit 1.2.3-korg