aboutsummaryrefslogtreecommitdiffstats
path: root/filedistribution/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2021-10-06 06:59:36 +0200
committerHarald Musum <musum@yahooinc.com>2021-10-06 06:59:36 +0200
commitcffdb889ab3e04ae9a38492664eff5f5cdca45d1 (patch)
tree78702ad5d35b77f03359bff979629f33c339157d /filedistribution/pom.xml
parentf29dd1fbbc6fba22c663431dbf963182ae0233f8 (diff)
Rewrite to use new apache http client
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>