BUG-1513: finish migration of ChoiceNodes
[yangtools.git] / integration-test / yang-runtime-tests / pom.xml
index beb78c9193491d876d81e1a3f540532646a68091..c145dc54ffa19de9a9f83f97f5e2c58a0a4aa5fe 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yangtools-parent</artifactId>
-        <version>0.6.2-SNAPSHOT</version>
+        <version>0.7.0-SNAPSHOT</version>
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
             <artifactId>junit</artifactId>
         </dependency>
         <dependency>
-               <groupId>org.mockito</groupId>
-               <artifactId>mockito-all</artifactId>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
         </dependency>
         <dependency>
-        <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>regresion-test-model</artifactId>
-        <version>${project.version}</version>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>regresion-test-model</artifactId>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
 </project>