Bump versions by x.y.(z+1)
[bgpcep.git] / pcep / testtool / pom.xml
index 4159e6af718cbb834bcd0a6f3e48cbb0dd6b259c..e2791ab606f114f22caa055cbd734b311f1ef649 100644 (file)
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>testtool-parent</artifactId>
-        <version>0.10.0-SNAPSHOT</version>
+        <version>0.12.2-SNAPSHOT</version>
         <relativePath>../../testtool-parent</relativePath>
     </parent>
 
     <artifactId>pcep-testtool</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.12.2-SNAPSHOT</version>
     <description>PCEP Interop Testing Tool</description>
     <packaging>jar</packaging>
     <name>${project.artifactId}</name>
 
     <dependencies>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>concepts</artifactId>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>pcep-api</artifactId>
             <groupId>${project.groupId}</groupId>
             <artifactId>pcep-pcc-mock</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>testtool-util</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>logback-classic</artifactId>
             <scope>runtime</scope>
         </dependency>
-
-        <!-- Testing dependencies -->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
     </dependencies>
 
     <build>