WIP: mocking
authorKai Moritz <kai@juplo.de>
Tue, 28 Jun 2016 17:34:22 +0000 (19:34 +0200)
committerKai Moritz <kai@juplo.de>
Tue, 28 Jun 2016 17:34:45 +0000 (19:34 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index feb0b1e..89eb17e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>logback-classic</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jmockit</groupId>
+      <artifactId>jmockit</artifactId>
+      <version>1.9</version>
+      <scope>test</scope>
+    </dependency>
 
   </dependencies>