projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9ca22b
)
Use correct mockito dependency
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 8 Oct 2016 08:52:02 +0000
(10:52 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sat, 8 Oct 2016 08:52:02 +0000
(10:52 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
a6a1e08
..
9cf67f0
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-17,7
+17,7
@@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-
all
</artifactId>
+ <artifactId>mockito-
core
</artifactId>
<version>1.9.5</version>
<scope>test</scope>
</dependency>