From fc942d29a74a843ccf1cd202091e6d9704bbed29 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 10 Sep 2019 12:55:45 -0700 Subject: Fix eelf resource not found The eelf package needs to be exported from appc-common where the resource bundle is added. Doing this was causing karaf to crash on install of artifact-handler. The cause was all of the classes being exported by the maven shade plugin of appc-yang-generator. Removing the shade plugin seemed to have no bad consequences. Change-Id: Ic0758b342b8109e28ec8e11a48b2693cea7b56db Signed-off-by: Patrick Brady Issue-ID: APPC-1713 --- appc-core/appc-common-bundle/pom.xml | 4 ++-- appc-sdc-listener/appc-yang-generator/pom.xml | 15 --------------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/appc-core/appc-common-bundle/pom.xml b/appc-core/appc-common-bundle/pom.xml index 5f2ec9dfd..043da55d0 100644 --- a/appc-core/appc-common-bundle/pom.xml +++ b/appc-core/appc-common-bundle/pom.xml @@ -174,8 +174,8 @@ appc-common-bundle - org.onap.appc.* - + org.onap.appc.*, com.att.eelf.* + eelf-core true diff --git a/appc-sdc-listener/appc-yang-generator/pom.xml b/appc-sdc-listener/appc-yang-generator/pom.xml index 10060b593..57ed6a953 100644 --- a/appc-sdc-listener/appc-yang-generator/pom.xml +++ b/appc-sdc-listener/appc-yang-generator/pom.xml @@ -88,21 +88,6 @@ limitations under the License. - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - - - ${artifactId}-${version} - - org.apache.maven.plugins maven-compiler-plugin -- cgit 1.2.3-korg