Release mdsal
[mdsal.git] / binding2 / mdsal-binding2-runtime / pom.xml
index 7be1ba620d372193224819b1f01e86c7326d4d7a..2bc85b94b477ebc2de7e4f9f053427694e606cad 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.7</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-binding2-runtime</artifactId>
-    <version>0.15.1-SNAPSHOT</version>
+    <version>0.15.7</version>
     <packaging>bundle</packaging>
 
     <dependencies>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding2-generator-impl</artifactId>
         </dependency>
-        <dependency><groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding2-test-model</artifactId>
-            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>