Bump versions by x.(y+1).z
[lispflowmapping.git] / mappingservice / southbound / pom.xml
index ec3293539bbfc6695e719e9a59b4fa2f367c6f2e..2db47b7138fc007d2a44581f8d48dd613327f022 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.18.0-SNAPSHOT</version>
+    <version>1.19.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.southbound</artifactId>
@@ -16,8 +16,6 @@
 
   <properties>
     <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
-    <!-- FIXME: needed to get cglib working -->
-    <jacoco.version>0.8.8</jacoco.version>
   </properties>
 
   <dependencies>
       <artifactId>netty-transport-native-epoll</artifactId>
       <classifier>linux-x86_64</classifier>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.lispflowmapping</groupId>
-      <artifactId>common.unittest.tools</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>