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 --- .../execution-queue-management-lib/pom.xml | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml (limited to 'appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml') diff --git a/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml new file mode 100644 index 000000000..cfa75c0b2 --- /dev/null +++ b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml @@ -0,0 +1,48 @@ + + 4.0.0 + + org.openecomp.appc + appc-dispatcher-common + 1.0.0 + + execution-queue-management-lib + bundle + + execution-queue-management-lib + http://maven.apache.org + + + UTF-8 + + + + + org.openecomp.appc + appc-common + ${project.version} + + + com.att.eelf + eelf-core + + + + + + + org.apache.felix + maven-bundle-plugin + + + ${project.artifactId} + ${project.version} + appc-common,eelf-core,logback-core,logback-classic;scope=compile|runtime;inline=false + true + org.openecomp.appc.executionqueue,org.openecomp.appc.executionqueue.impl + !groovy.lang,!javax.*,!org.apache.log,!org.apache.log4j.*,!org.codehaus.jackson.*,!org.codehaus.jackson.map.*,!org.codehaus.commons.compiler,!org.codehaus.groovy.*,!org.apache.commons.lang3,!org.codehaus.janino,!org.jasypt.*,!com.ibm.icu.*,!com.sun.faces.*,* + + + + + + -- cgit 1.2.3-korg