aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
diff options
context:
space:
mode:
authorIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2018-11-30 10:58:01 +0100
committerIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2018-11-30 10:58:01 +0100
commit9dc8ce08b3c16c48bda7b7f4ee85a069545b7f84 (patch)
tree4177a57f58a6d5f634b3a61c88fa15d4725fbef8 /abi-check-plugin
parentce8ea2e79b298f6e6ae1930d1fcada66e2a574a5 (diff)
Add missing mockito dependency.
Diffstat (limited to 'abi-check-plugin')
-rw-r--r--abi-check-plugin/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index ead5d5f24d3..9be2aa20bf0 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -60,6 +60,12 @@
<version>1.3</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>