Release mdsal
[mdsal.git] / binding / mdsal-binding-util / pom.xml
index 675a0972961b38dd7363bb92e72f50792e9959ce..eb7e280ae3195677dc7961a98757f37e2d98ac72 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>6.0.1-SNAPSHOT</version>
+        <version>6.0.7</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
             <artifactId>javax.inject</artifactId>
             <optional>true</optional>
         </dependency>
+
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-test-model</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-test-utils</artifactId>
+        </dependency>
     </dependencies>
 
     <build>