Bump odlparent/yangtools/mdsal to 7.0.4/5.0.4/6.0.3
[controller.git] / opendaylight / md-sal / mdsal-it-parent / pom.xml
index 26c9948f1c02dd49c6fa8d6e833e5974459d053a..4aa59a0b3d8e51161b6dd1f3ad1c8eafcdaa06f4 100644 (file)
@@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>7.0.3</version>
+    <version>7.0.4</version>
     <relativePath/>
   </parent>
 
@@ -111,7 +111,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <plugins>
       <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
+              <!-- Overridden to have TCP channel support -->
+          <version>3.0.0-M5</version>
           <configuration>
+              <!-- Overridden to fix corruption, where the process would hang after test -->
+              <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
               <systemPropertyVariables>
                 <!-- CONTROLLER-1799: Use the same repository for Pax Exam as is used for Maven -->
                 <org.ops4j.pax.url.mvn.localRepository>${settings.localRepository}</org.ops4j.pax.url.mvn.localRepository>