From b6a8ebf0212d5ca47c088e6046ca65bd9318bf1b Mon Sep 17 00:00:00 2001 From: Ryan Young Date: Wed, 16 May 2018 12:40:52 -0400 Subject: update bundle import/export causing linkage errors Change-Id: Ifb161f411cc8b39be8576ff6c0a982260b4f218b Issue-ID: APPC-900 Signed-off-by: Ryan Young --- .../appc-request-handler/appc-request-handler-api/pom.xml | 8 +++----- .../appc-request-handler/appc-request-handler-core/pom.xml | 5 ++++- appc-metric/appc-metric-bundle/pom.xml | 5 ++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml index 14f1de123..ac3b20a5a 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. ================================================================================ Copyright (C) 2017 Amdocs ============================================================================= @@ -18,8 +18,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END========================================================= --> org.onap.appc appc-data-access-lib - ${project.version} + ${project.version} org.onap.appc @@ -73,7 +71,7 @@ ${project.artifactId} ${project.version} - org.onap.appc.requesthandler,org.onap.appc.requesthandler.objects,org.onap.appc.transactionrecorder,org.onap.appc.message + org.onap.appc.requesthandler,org.onap.appc.requesthandler.objects,org.onap.appc.message javax.json;scope=compile|runtime;inline=false diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml index ee6855b02..dc6433dd8 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml @@ -18,7 +18,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - ============LICENSE_END========================================================= --> ${project.artifactId} ${project.version} org.onap.appc.requesthandler.RequestHandler + org.onap.appc.requesthandler*,org.onap.appc.requesthandler.conv,org.onap.appc.validation*,org.onap.messageadapter* org.onap.appc.adapter.messaging.*, org.onap.appc.adapter.message.*, @@ -150,7 +150,10 @@ org.onap.appc.transactionrecorder, org.onap.appc.transactionrecorder.impl, org.onap.appc.transactionrecorder.objects, + org.onap.appc.rest.client, org.onap.appc.dao.util, + org.apache.http.params, + !org.onap.appc.requesthandler.conv, *;resolution:=optional diff --git a/appc-metric/appc-metric-bundle/pom.xml b/appc-metric/appc-metric-bundle/pom.xml index 920cd4db1..9fa89f59b 100644 --- a/appc-metric/appc-metric-bundle/pom.xml +++ b/appc-metric/appc-metric-bundle/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. Copyright (C) 2017 Amdocs ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -18,7 +18,6 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END========================================================= - ECOMP is a trademark and service mark of AT&T Intellectual Property. --> 4.0.0 @@ -94,7 +93,7 @@ appc-common,eelf-core,logback-core,logback-classic,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,org.apache.http + org.onap.appc.metricservice,org.onap.appc.metricservice.impl,org.onap.appc.metricservice.policy,org.onap.appc.metricservice.publisher,org.onap.appc.metricservice.metric !groovy.lang,!javax.*,!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.*,*;resolution:=optional -- cgit 1.2.3-korg