summaryrefslogtreecommitdiff
path: root/xtra4j-misc/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'xtra4j-misc/pom.xml')
-rw-r--r--xtra4j-misc/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/xtra4j-misc/pom.xml b/xtra4j-misc/pom.xml
index e93de16..85dca0b 100644
--- a/xtra4j-misc/pom.xml
+++ b/xtra4j-misc/pom.xml
@@ -17,10 +17,19 @@
<dependencies>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>