Bump versions to 0.21.4-SNAPSHOT
[bgpcep.git] / bmp / bmp-mock / pom.xml
index 95382f9a42bb191cb6de5ee17dcf8500ca4400ee..4c72c3cc75f87b1f4025b6fc1570db6c2e3d7b37 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>testtool-parent</artifactId>
-        <version>0.20.6</version>
+        <version>0.21.4-SNAPSHOT</version>
         <relativePath>../../testtool-parent</relativePath>
     </parent>
 
@@ -81,7 +81,6 @@
         <dependency>
             <groupId>net.sourceforge.argparse4j</groupId>
             <artifactId>argparse4j</artifactId>
-            <version>0.9.0</version>
         </dependency>
         <dependency>
             <groupId>org.eclipse.jdt</groupId>
             <groupId>${project.groupId}</groupId>
             <artifactId>testtool-util</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>