Bump versions to 6.0.2-SNAPSHOT
[mdsal.git] / dom / mdsal-dom-broker / pom.xml
index c7a3487e6f0c1677cf0ac58a6a07109d231d45aa..d1f624c85c4ccd49fade7ba443f20383e904ef50 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>5.0.6-SNAPSHOT</version>
+        <version>6.0.2-SNAPSHOT</version>
         <relativePath>../dom-parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-model-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.kohsuke.metainf-services</groupId>
+            <artifactId>metainf-services</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>osgi.cmpn</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>