summaryrefslogtreecommitdiff
path: root/contrib/thrift-maven-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/thrift-maven-plugin/pom.xml')
-rw-r--r--contrib/thrift-maven-plugin/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/thrift-maven-plugin/pom.xml b/contrib/thrift-maven-plugin/pom.xml
index 5bc100414..0af595764 100644
--- a/contrib/thrift-maven-plugin/pom.xml
+++ b/contrib/thrift-maven-plugin/pom.xml
@@ -77,6 +77,12 @@
<artifactId>plexus-utils</artifactId>
<version>3.0.14</version>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<properties>
<thrift.root>${basedir}/../..</thrift.root>