From 7b632b442633ccfaa13b98b0ff0cbeb8cd16e6f5 Mon Sep 17 00:00:00 2001 From: Ryan Young Date: Thu, 23 Aug 2018 13:35:03 -0400 Subject: Remove old appc-common Issue-ID: APPC-1159 Change-Id: I65f1bc07fe0088df0624266e6158296ac73884a6 Signed-off-by: Ryan Young --- appc-metric/appc-metric-bundle/pom.xml | 2 +- appc-metric/appc-metric-features/onap-appc-metric/pom.xml | 2 +- appc-metric/appc-metric-features/src/main/resources/features.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'appc-metric') diff --git a/appc-metric/appc-metric-bundle/pom.xml b/appc-metric/appc-metric-bundle/pom.xml index 97bd7d013..8da247477 100644 --- a/appc-metric/appc-metric-bundle/pom.xml +++ b/appc-metric/appc-metric-bundle/pom.xml @@ -91,7 +91,7 @@ ${project.artifactId} ${project.version} org.onap.appc.MetricActivator - appc-common,eelf-core,logback-core,logback-classic,appc-data-lib;scope=compile|runtime;inline=false + appc-data-lib;scope=compile|runtime;inline=false true org.onap.appc.metricservice.impl.MetricServiceImpl,org.onap.appc.metricservice.MetricService,org.onap.appc.metricservice.policy.*,org.onap.appc.metricservice.metric.* org.onap.appc.metricservice,org.onap.appc.metricservice.impl,org.onap.appc.metricservice.policy,org.onap.appc.metricservice.publisher,org.onap.appc.metricservice.metric diff --git a/appc-metric/appc-metric-features/onap-appc-metric/pom.xml b/appc-metric/appc-metric-features/onap-appc-metric/pom.xml index 4b986eb0c..5ccc05ca4 100644 --- a/appc-metric/appc-metric-features/onap-appc-metric/pom.xml +++ b/appc-metric/appc-metric-features/onap-appc-metric/pom.xml @@ -65,7 +65,7 @@ limitations under the License. org.eclipse.osgi httpcore httpclient - appc-common + appc-common-bundle diff --git a/appc-metric/appc-metric-features/src/main/resources/features.xml b/appc-metric/appc-metric-features/src/main/resources/features.xml index 20b9ead86..e71f913fe 100644 --- a/appc-metric/appc-metric-features/src/main/resources/features.xml +++ b/appc-metric/appc-metric-features/src/main/resources/features.xml @@ -36,7 +36,7 @@ - mvn:org.onap.appc/appc-common/${project.version} + mvn:org.onap.appc/appc-common-bundle/${project.version} mvn:org.onap.appc/appc-metric-bundle/${project.version} -- cgit 1.2.3-korg