summaryrefslogtreecommitdiffstats
path: root/infra/translate-api/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'infra/translate-api/pom.xml')
-rw-r--r--infra/translate-api/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/translate-api/pom.xml b/infra/translate-api/pom.xml
index dc685d62c..a992a9d8a 100644
--- a/infra/translate-api/pom.xml
+++ b/infra/translate-api/pom.xml
@@ -53,5 +53,9 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </dependency>
</dependencies>
</project>