From b1f5afc03a77a57a6e0ff6a315429f254298b425 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 21 Sep 2018 10:15:49 -0700 Subject: Fix logger constants The new appc-common-bundle had different exports than the old appc-common bundle did. This seemed to be causing the logging constants to not load properly. This puts the exports back to the way they were before. Change-Id: I0f3c7e747ad9d45c4169f0da05a2fd01885134d3 Signed-off-by: Patrick Brady Issue-ID: APPC-1207 --- appc-core/appc-common-bundle/pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/appc-core/appc-common-bundle/pom.xml b/appc-core/appc-common-bundle/pom.xml index 07300f53f..755fe9c6b 100644 --- a/appc-core/appc-common-bundle/pom.xml +++ b/appc-core/appc-common-bundle/pom.xml @@ -20,7 +20,7 @@ 4.0.0 org.onap.appc.parent - binding-parent + binding-parent 1.4.0-SNAPSHOT @@ -166,6 +166,20 @@ + + + org.apache.felix + maven-bundle-plugin + true + + + appc-common-bundle + org.onap.appc.*, com.att.eelf.* + eelf-core + true + + + -- cgit 1.2.3-korg