Release mdsal
[mdsal.git] / yanglib / mdsal-yanglib-rfc8525 / pom.xml
index 26605250f14e4685b7d8eb9ce72bee3a8d4c48e8..647fb7ec4a6d80691fb28dbd29a4222852137c58 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>7.0.2-SNAPSHOT</version>
+        <version>7.0.9</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-yanglib-rfc8525</artifactId>
-    <version>0.12.2-SNAPSHOT</version>
+    <version>0.12.9</version>
     <packaging>bundle</packaging>
 
     <dependencies>
@@ -51,7 +51,7 @@
             <artifactId>metainf-services</artifactId>
         </dependency>
         <dependency>
-            <groupId>javax.inject</groupId>
+            <groupId>com.guicedee.services</groupId>
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
             <artifactId>mdsal-binding-dom-codec</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-generator-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>