Bump version 1.6.10-SNAPSHOT
[logging-analytics.git] / reference / logging-filter / logging-filter-base / pom.xml
index ceb8fea..09a5048 100644 (file)
@@ -5,12 +5,18 @@
   <parent>
     <groupId>org.onap.logging-analytics</groupId>
     <artifactId>logging-filter-parent</artifactId>
-    <version>1.6.3</version>
+    <version>1.6.10-SNAPSHOT</version>
   </parent>
 
   <artifactId>logging-filter-base</artifactId>
 
+  <name>logging-analytics :: ${project.artifactId}</name>
+
   <dependencies>
+       <dependency>
+      <groupId>org.aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+       </dependency>
     <dependency>
       <groupId>javax.annotation</groupId>
       <artifactId>javax.annotation-api</artifactId>
       <artifactId>log4j-slf4j-impl</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.glassfish.jersey.core</groupId>
       <artifactId>jersey-client</artifactId>
       <version>2.10.0</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>