Bug 5421 - Single cluster-wide service instances implementation
[mdsal.git] / dom / mdsal-dom-api / pom.xml
index 3e60bd0b0dfc6c337d84f9662f200528a95112f1..307de4f3a171e2d1516d8e3f4008b32ab2e75544 100644 (file)
@@ -9,16 +9,6 @@
   <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>