Log transactions being allocated
[controller.git] / opendaylight / md-sal / sal-common-impl / pom.xml
index 7fb05806df36f1925a936fb49615212f64339a8d..47e9c611d88ed10f8b701edc5188c5ea27174320 100644 (file)
             <groupId>org.eclipse.xtend</groupId>
             <artifactId>org.eclipse.xtend.lib</artifactId>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>