summaryrefslogtreecommitdiffstats
path: root/infra/translate-impl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'infra/translate-impl/pom.xml')
-rw-r--r--infra/translate-impl/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/translate-impl/pom.xml b/infra/translate-impl/pom.xml
index b431c07f9..ca74d3b20 100644
--- a/infra/translate-impl/pom.xml
+++ b/infra/translate-impl/pom.xml
@@ -64,6 +64,11 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-all</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>