summaryrefslogtreecommitdiffstats
path: root/http-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'http-client/pom.xml')
-rw-r--r--http-client/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/http-client/pom.xml b/http-client/pom.xml
index c396533d7b9..133da65631c 100644
--- a/http-client/pom.xml
+++ b/http-client/pom.xml
@@ -58,6 +58,12 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>