Bump to mdsal 3.0.6
[openflowplugin.git] / openflowjava / features-openflowjava-aggregator / odl-openflowjava-protocol / pom.xml
index df6e12405ac4b2fc17d0c80c40dae592fa38ff79..95f80c5ab7633b4bf1a0d4de1376e6285f82e403 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.5</version>
+        <version>4.0.9</version>
         <relativePath/>
     </parent>
 
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.opendaylight.mdsal</groupId>
                 <artifactId>mdsal-artifacts</artifactId>
-                <version>3.0.2</version>
+                <version>3.0.6</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.infrautils</groupId>
+            <artifactId>odl-infrautils-diagstatus</artifactId>
+            <version>1.5.0-SNAPSHOT</version>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <!-- bundle dependencies -->
         <dependency>
             <groupId>${project.groupId}</groupId>