aboutsummaryrefslogtreecommitdiff
path: root/launcher/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/pom.xml')
-rw-r--r--launcher/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/pom.xml b/launcher/pom.xml
index d595d74642..5739bfc169 100644
--- a/launcher/pom.xml
+++ b/launcher/pom.xml
@@ -49,6 +49,11 @@
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
+ <artifactId>jul-to-slf4j</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>test</scope>
</dependency>