Bump versions by x.(y+1).z
[lispflowmapping.git] / mappingservice / southbound / pom.xml
index ec3293539bbfc6695e719e9a59b4fa2f367c6f2e..5490e7fcbfc9f55e484da994cbb0447cd1c07979 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.18.0-SNAPSHOT</version>
+    <version>1.20.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>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>mdsal-singleton-common-api</artifactId>
+      <artifactId>mdsal-singleton-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>mdsal-singleton-dom-impl</artifactId>
+      <artifactId>mdsal-singleton-impl</artifactId>
     </dependency>
     <!-- osgi annotations -->
     <dependency>