BUG-731 : more sonar warnings fixed
[bgpcep.git] / pcep / testtool / pom.xml
index 45cfa0f69e5f5a09cd0a6a5c35660b11cb55d8a4..ad4d3b37738f79cb6b1453ff0614e137f9bd89b9 100644 (file)
         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
         <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
-        <tag>releasepom-0.3.0</tag>
+        <tag>HEAD</tag>
     </scm>
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.3.0</version>
+        <version>0.4.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-testtool</artifactId>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>pcep-impl</artifactId>
+            <artifactId>pcep-spi</artifactId>
         </dependency>
-
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>concepts</artifactId>
+            <artifactId>pcep-impl</artifactId>
         </dependency>
 
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>protocol-framework</artifactId>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>pcep-ietf-stateful07</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>io.netty</groupId>