Bump to odlparent 4.0.5
[controller.git] / features / mdsal / odl-clustering-test-app / pom.xml
index 84d3dc029e22edb6169442e526c66f7bc093b1b2..0edd35ee2683c66f45c36a6ec30b4a8f8bfb16fd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.1.3</version>
+        <version>4.0.5</version>
         <relativePath/>
     </parent>
 
     <version>1.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>3.0.2</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>odl-mdsal-model-rfc6991</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>