Bump MRI upstreams
[ovsdb.git] / commons / it / pom.xml
index 0e83c43017ed759038d00dd5590a6a60dd789d0f..60cf530aca25b420627bb2f3d249b199b76a1d91 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>3.0.4</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>it</artifactId>
-  <version>1.9.0-SNAPSHOT</version>
+  <version>1.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -67,6 +67,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <version>${sonar-jacoco-listeners.version}</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+        <groupId>org.opendaylight.mdsal</groupId>
+        <artifactId>mdsal-artifacts</artifactId>
+        <version>7.0.4</version>
+        <type>pom</type>
+        <scope>import</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>