summaryrefslogtreecommitdiffstats
path: root/filedistribution/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filedistribution/pom.xml')
-rw-r--r--filedistribution/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml
index b74bb8d2ee4..39bc725d518 100644
--- a/filedistribution/pom.xml
+++ b/filedistribution/pom.xml
@@ -67,6 +67,11 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>