Release mdsal
[mdsal.git] / binding / yang-binding / pom.xml
index 9c8cc4e1381ea1409b51ebff0dc8546a46ea375a..c8fbfc7d460f2af43aba5de33dc9b12a19765d4a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>9.0.2-SNAPSHOT</version>
+        <version>9.0.4</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
             <artifactId>guava</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.powermock</groupId>
             <artifactId>powermock-reflect</artifactId>