Bump versions to 0.21.5-SNAPSHOT
[bgpcep.git] / bmp / bmp-mock / pom.xml
index d9de6272644838c14dea120a7acc86b74400c868..4518c4f4ba225c5129152f06ad1825f427378b5a 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>testtool-parent</artifactId>
-        <version>0.21.2</version>
+        <version>0.21.5-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>