From 3df3182a7badeef662f743bfc8d67cea805b1ef4 Mon Sep 17 00:00:00 2001 From: mojahidi Date: Tue, 29 Aug 2017 18:20:26 +0530 Subject: Update ASDC References to SDC 1/2 This patch changes ASDC to SDC in APPC code, bundle names and other pertinent places. This change sanitizes SDC for Open Source. It is the first in a two part change, the first updates code mentions and artifacts. The second will update database references. Change-Id: Iffd73480cc325172b5d8969fe839728f1c88ef78 Issue-ID:APPC-179 Signed-off-by: mojahidi --- .../appc-asdc-listener-bundle/pom.xml | 244 --------------------- 1 file changed, 244 deletions(-) delete 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 deleted file mode 100644 index 316cfdda0..000000000 --- a/appc-asdc-listener/appc-asdc-listener-bundle/pom.xml +++ /dev/null @@ -1,244 +0,0 @@ - - 4.0.0 - - - - appc-asdc-listener - org.openecomp.appc - 1.1.0-SNAPSHOT - - - - 2.8.1 - 1.15 - - - appc-asdc-listener-bundle - bundle - - - - - equinoxSDK381 - org.eclipse.osgi - - - - org.json - json - compile - - - org.mockito - mockito-all - test - - - - org.mockito - mockito-core - test - - - org.powermock - powermock-module-junit4 - 1.6.2 - test - - - org.powermock - powermock-api-mockito - test - - - - org.openecomp.sdc.sdc-distribution-client - sdc-distribution-client - ${sdc-client.version} - - - - org.openecomp.appc - appc-message-adapter-api - ${project.version} - - - - org.openecomp.appc - appc-message-adapter-factory - ${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 - - - 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 - - ${project.version} - - - - com.google.code.gson - gson - - - - org.apache.velocity - velocity - 1.7 - - - - org.opendaylight.yangtools - yang-parser-impl - ${odl.yangtools.version} - - - - org.opendaylight.mdsal.model - ietf-inet-types - ${odl.ietf-inet-types.version} - - - org.opendaylight.mdsal.model - ietf-yang-types - ${odl.ietf-yang-types.version} - - - - org.openecomp.appc - appc-dg-dependency-model - ${project.version} - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - ${jackson-yaml-version} - - - org.openecomp.appc - appc-dg-domain-model-lib - ${project.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson-yaml-version} - - - com.fasterxml.jackson.core - jackson-databind - ${jackson-yaml-version} - - - com.fasterxml.jackson.core - jackson-core - ${jackson-yaml-version} - - - org.yaml - snakeyaml - ${snakeyaml.version} - - - - org.mockito - mockito-core - - - - - - - - - - - - - - - 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.messaging.*, - com.att.eelf.*, - *;resolution:=optional - - - sdc-distribution-client,snakeyaml, - saClientLibrary,cambriaClient,saToolkit, - functionaljava,httpcore,httpclient,gson,appc-dg-dependency-model,appc-dg-domain-model-lib, - jackson-core,jackson-databind,jackson-annotations,jackson-dataformat-yaml; - scope=compile|runtime;inline=false - - true - - - - - - -- cgit 1.2.3-korg