summaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-12-03 15:23:41 +0100
committergjoranv <gv@oath.com>2018-12-03 15:26:07 +0100
commit3395c71e84cb937384ac481cda07d37cee5eab04 (patch)
treede335722208170c2fd53a22ead6b6943fb97882b /abi-check-plugin
parent6fa7e23af39099572c05876ecfef1fbffe4e4373 (diff)
Use mockito-core instead of mockito-all.
- mockito-all includes a very old version of hamcrest, and is no longer maintained.
Diffstat (limited to 'abi-check-plugin')
-rw-r--r--abi-check-plugin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index 0093f80f2ef..5b12c82f378 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -60,7 +60,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>