Fix otn-link update issue
[transportpce.git] / common / pom.xml
index 00013b21ef90bd53c9cb646840950a0c3fe9afd9..70218143f65c622e1e5ce1dcf0f420738f9ff7f7 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>5.0.10</version>
+        <version>5.0.13</version>
         <relativePath />
     </parent>
 
@@ -31,7 +31,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>5.0.10</version>
+                <version>5.0.13</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
         </dependency>
     </dependencies>
 
-<!-- skipping test since this is a util project / folder -->
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.18.1</version>
-        <configuration>
-          <skipTests>false</skipTests>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
 </project>