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 --- .../transaction-recorder/pom.xml | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml (limited to 'appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml') diff --git a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml new file mode 100644 index 000000000..af399eae2 --- /dev/null +++ b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml @@ -0,0 +1,52 @@ + + + + appc-dispatcher-common + org.openecomp.appc + 1.0.0 + + 4.0.0 + + transaction-recorder + bundle + + transaction-recorder + + + org.openecomp.appc + appc-common + ${project.version} + + + org.openecomp.appc + appc-data-access-lib + ${project.version} + + + + + + UTF-8 + + + + + org.apache.felix + maven-bundle-plugin + + + ${project.artifactId} + ${project.version} + appc-common,eelf-core,logback-core,logback-classic,appc-data-access-lib;scope=compile|runtime;inline=false + true + org.openecomp.appc.transactionrecorder.TransactionRecorder + !javax.*,!groovy.lang,!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.*,* + org.openecomp.appc.transactionrecorder,org.openecomp.appc.transactionrecorder.objects + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg