BUG-1411: MDSAL Binding2 Generator API small fix
[mdsal.git] / binding / mdsal-binding-api / pom.xml
index b214d90dbcdc0f17908daf07d3b3610ddb7a728d..c0514f93b1c7b6bc6ecda8373210185d5b158daf 100644 (file)
   <packaging>bundle</packaging>
 
   <dependencies>
-    <!-- FIXME: Remove after moving Binding 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>com.google.guava</groupId>
       <artifactId>guava</artifactId>
       <artifactId>commons-lang3</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>