summaryrefslogtreecommitdiffstats
path: root/it/api-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'it/api-test/pom.xml')
-rw-r--r--it/api-test/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/it/api-test/pom.xml b/it/api-test/pom.xml
index d3d77d17d..855eb2fca 100644
--- a/it/api-test/pom.xml
+++ b/it/api-test/pom.xml
@@ -107,6 +107,14 @@
<artifactId>mdsal-binding-generator-impl</artifactId>
</dependency>
<dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>