Bump versions by x.y.(z+1)
[mdsal.git] / dom / mdsal-dom-api / pom.xml
index 3e60bd0b0dfc6c337d84f9662f200528a95112f1..32583196b5a6fbf686f48ee2b1b8efa22411a5ba 100644 (file)
@@ -4,21 +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-api</artifactId>
   <packaging>bundle</packaging>
   <dependencies>
-    <!-- FIXME: Remove after moving DOM EOS API -->
-    <dependency>
-      <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>mdsal-eos-common-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>mdsal-eos-common-spi</artifactId>
-    </dependency>
-    <!-- End part for remove -->
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-common-api</artifactId>
       <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>