aboutsummaryrefslogtreecommitdiffstats
path: root/http-client
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2022-11-07 14:38:57 +0100
committerGitHub <noreply@github.com>2022-11-07 14:38:57 +0100
commita0e9b51aaf01a425dbd6cdd1fbc8fd5ce066a9bb (patch)
tree503dcf2ce4506e31c215f5062732002695333378 /http-client
parent65b3f92beb8b1fb06d17210386b8741d97554d92 (diff)
parent3414a25d4a0dc346e45c2c403ad67c682cc52fbb (diff)
Merge pull request #24780 from vespa-engine/mortent/upgrade-wiremock
Upgrade wiremock to 2.35.0
Diffstat (limited to 'http-client')
-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>