Bumping versions by 0.0.1 for next dev cycle
[mdsal.git] / dom / mdsal-dom-api / pom.xml
index 311a4bf03f118c510a7e48f7d5090e1f01243761..ca6199937d87ceccc85d5ecdcff612128ab9c380 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-dom-api</artifactId>
   <packaging>bundle</packaging>
       <artifactId>yang-data-impl</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>