projects
/
simple-mapper
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42a289c
)
WIP: mocking
author
Kai Moritz
<kai@juplo.de>
Tue, 28 Jun 2016 17:34:22 +0000
(19:34 +0200)
committer
Kai Moritz
<kai@juplo.de>
Tue, 28 Jun 2016 17:34:45 +0000
(19:34 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
feb0b1e
..
89eb17e
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-69,6
+69,17
@@
<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>