Release mdsal
[mdsal.git] / yanglib / mdsal-yanglib-rfc7895 / pom.xml
index 9bcfff78ba02b213641f5d2857527748e727d968..71754f4725845d8709de1594a8fec275324e21e1 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>7.0.12</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-yanglib-rfc7895</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.12.12</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>