Bug 2208 - pcc-mock: enhancemnets
[bgpcep.git] / pcep / testtool / pom.xml
index 45cfa0f69e5f5a09cd0a6a5c35660b11cb55d8a4..3bf71948b498b63612e1c50d546ba3c0516a1a5f 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.5.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>
@@ -96,7 +99,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>${maven.shade.version}</version>
                 <configuration>
                 </configuration>
                 <executions>