Bump mdsal to 4.0.0
[controller.git] / features / mdsal / odl-mdsal-broker-local / pom.xml
index 6beb66ee62ab60e308ffe0eb1212aa175b1ced86..14e06c7e2223b58353cfc7a7e6ce206330325c52 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.9</version>
+        <version>5.0.0</version>
         <relativePath/>
     </parent>
 
@@ -25,6 +25,8 @@
 
     <properties>
         <blueprint.version>0.11.0-SNAPSHOT</blueprint.version>
+        <!-- CONTROLLER-1584 -->
+        <skip.karaf.featureTest>true</skip.karaf.featureTest>
     </properties>
 
     <dependencyManagement>
             <dependency>
                 <groupId>org.opendaylight.yangtools</groupId>
                 <artifactId>yangtools-artifacts</artifactId>
-                <version>2.1.8</version>
+                <version>3.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>3.0.6</version>
+                <version>4.0.0</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>