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-asdc-listener-bundle/pom.xml | 175 +++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 appc-asdc-listener/appc-asdc-listener-bundle/pom.xml (limited to 'appc-asdc-listener/appc-asdc-listener-bundle/pom.xml') diff --git a/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml b/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml new file mode 100644 index 000000000..666456446 --- /dev/null +++ b/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml @@ -0,0 +1,175 @@ + + 4.0.0 + + + appc-asdc-listener + org.openecomp.appc + 1.0.0 + + + + 1.12 + + + appc-asdc-listener-bundle + bundle + + + + + equinoxSDK381 + org.eclipse.osgi + + + + org.json + json + compile + + + + org.openecomp.sdc + sdc-distribution-client + 1.1.2 + + + + org.openecomp.appc + appc-dmaap-adapter-bundle + ${project.version} + + + + org.yaml + snakeyaml + ${snakeyaml.version} + + + + org.openecomp.appc + appc-common + ${project.version} + + + + + junit + junit + compile + + + + com.att.eelf + eelf-core + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + com.att.nsa + saClientLibrary + + + com.att.nsa + cambriaClient + + + org.functionaljava + functionaljava + 4.2 + + + org.apache.httpcomponents + httpcore + 4.4.1 + + + org.apache.httpcomponents + httpclient + 4.4.1 + + + + org.openecomp.appc + appc-license-manager-api + + 1.0.0 + + + + com.google.code.gson + gson + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + 1.7 + 1.7 + + + + + org.apache.felix + maven-bundle-plugin + true + + + org.openecomp.appc.sdc.listener + + org.openecomp.appc.sdc.listener + + org.openecomp.appc.licmgr, + org.openecomp.appc.adapter.dmaap, + !ch.qos.*, + !com.att.*, + !fj.*, + !groovy.lang, + !javax.jms, + !javax.mail.*, + !org.apache.log4j.*, + !org.codehaus.commons.compiler, + !org.codehaus.groovy.*, + !org.codehaus.janino, + !org.jasypt.*, + !org.yaml.snakeyaml.*, + !com.ibm.icu.text, + !org.apache.log, + !com.sun.faces.spi, + * + + + sdc-distribution-client, appc-common, + appc-dmaap-adapter-bundle, appc-license-manager-api, + snakeyaml, + logback-core, + logback-classic, eelf-core, + saClientLibrary, + cambriaClient, + functionaljava, + httpcore,httpclient, + gson;scope=compile|runtime;inline=false + + true + + + + + + -- cgit 1.2.3-korg