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