fix logback 1.2.3 override by eelf 113 dep
[logging-analytics.git] / reference / pom.xml
index b3f99ba..79daec0 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
       <groupId>org.onap.logging-analytics</groupId>
       <artifactId>logging-analytics</artifactId>
-      <version>1.2.0-SNAPSHOT</version>
+      <version>1.2.2-SNAPSHOT</version>
   </parent>
   <artifactId>logging-reference</artifactId>
   <packaging>pom</packaging>
@@ -16,6 +16,8 @@
     <module>logging-mock-service</module>
     <module>logging-docker-root</module>
     <module>logging-kubernetes</module>
+    <module>logging-slf4j</module>
+    <module>logging-slf4j-demo</module>
   </modules>
   <build>
       <pluginManagement>
       </plugins>
 </reporting>
     <dependencies>
-        <dependency>
+        <!--  pulls in banned logback-core 1.1.3 -->
+        <!-- dependency>
             <groupId>com.att.eelf</groupId>
             <artifactId>eelf-core</artifactId>
             <version>1.0.0</version>
+        </dependency-->
+        <!-- JUnit 4.12 used to come with EELF -->
+        <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-module-junit4</artifactId>
+            <version>1.6.4</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.12</version>
+            <scope>test</scope>
         </dependency>
+        
     </dependencies>
 </project>