Fix logger constants 75/68475/2
authorPatrick Brady <pb071s@att.com>
Fri, 21 Sep 2018 17:15:49 +0000 (10:15 -0700)
committerPatrick Brady <pb071s@att.com>
Fri, 21 Sep 2018 19:42:23 +0000 (19:42 +0000)
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 <pb071s@att.com>
Issue-ID: APPC-1207

appc-core/appc-common-bundle/pom.xml

index 07300f5..755fe9c 100644 (file)
@@ -20,7 +20,7 @@
   <modelVersion>4.0.0</modelVersion>\r
   <parent>\r
       <groupId>org.onap.appc.parent</groupId>\r
-      <artifactId>binding-parent</artifactId>        \r
+      <artifactId>binding-parent</artifactId>\r
       <version>1.4.0-SNAPSHOT</version>\r
   </parent>\r
   \r
               </dependency>\r
             </dependencies>\r
           </plugin>\r
+     \r
+      <plugin>\r
+        <groupId>org.apache.felix</groupId>\r
+        <artifactId>maven-bundle-plugin</artifactId>\r
+        <extensions>true</extensions>\r
+        <configuration>\r
+          <instructions>\r
+            <Bundle-SymbolicName>appc-common-bundle</Bundle-SymbolicName>\r
+            <Export-Package>org.onap.appc.*, com.att.eelf.*</Export-Package>\r
+            <Embed-Dependency>eelf-core</Embed-Dependency>\r
+            <Embed-Transitive>true</Embed-Transitive>\r
+          </instructions>\r
+        </configuration>\r
+      </plugin>\r
     </plugins>  \r
   </build>\r
 </project>\r