Bump versions to 8.0.5-SNAPSHOT
[mdsal.git] / entityownership / mdsal-eos-binding-adapter / pom.xml
index 24f4451a0acce87c0ef7ca40c4c53e9925d92b04..c27f592a94ed11f33799d7cc0b70a707c0940d00 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>8.0.5-SNAPSHOT</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
@@ -52,9 +52,8 @@
             <artifactId>yang-common</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
-            <scope>provided</scope>
             <optional>true</optional>
         </dependency>
         <dependency>
@@ -69,7 +68,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-generator-impl</artifactId>
+            <artifactId>mdsal-binding-generator</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>