Remove unnecessary casts
[yangtools.git] / code-generator / binding-type-provider / pom.xml
index 09d655fc685fc4ac8214686ac9b75fb23733adab..f496868a3f49f4f22e7fa738e6a59f0cfab864cf 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>binding-generator</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>0.7.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>org.mockito</groupId>
+          <artifactId>mockito-core</artifactId>
+        </dependency>
     </dependencies>
 
 </project>