Bump versions by x.y.(z+1)
[mdsal.git] / dom / mdsal-dom-spi / pom.xml
index 552d6bbe0c5def60c60d94b54208a7a0e8664995..340e720bd00cf33543283190c66e4f0f236aeb2c 100644 (file)
@@ -4,9 +4,11 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
+
   <artifactId>mdsal-dom-spi</artifactId>
+
   <packaging>bundle</packaging>
 
   <dependencies>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-dom-api</artifactId>
     </dependency>
+
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>mockito-configuration</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <scm>
@@ -39,4 +58,4 @@
     </site>
   </distributionManagement>
 
-</project>
+</project>
\ No newline at end of file