added test cases for graph with OTN
[transportpce.git] / pce / pom.xml
index 229dc199d796ae92d5120e39fe65bc8152afff6e..b84248f1820e39b1764a1944a4eaf6bdce5ffdcd 100644 (file)
@@ -17,7 +17,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>5.0.9</version>
+    <version>5.0.10</version>
     <relativePath/>
   </parent>
 
@@ -49,7 +49,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
     <dependency>
       <groupId>org.opendaylight.transportpce</groupId>
       <artifactId>test-common</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
 
@@ -104,10 +104,4 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
     </plugins>
   </build>
 
-<!-- checkstyle and spotbugds enforced by odlparent since Magnesium -->
-  <properties>
-    <!-- odlparent.checkstyle.enforce>false</odlparent.checkstyle.enforce -->
-    <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
-  </properties>
-
 </project>