summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-29 11:48:08 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-29 11:48:08 +0000
commit4603acf3ec6088b58f09b147a6901c8f2613e0b9 (patch)
tree4302897dc4ee37d4bb46183c22be8323c6474645 /config-proxy
parentce4b28348f3feaafb4520eb47272d91e41438796 (diff)
Config-proxy client needs slf4j
Diffstat (limited to 'config-proxy')
-rw-r--r--config-proxy/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index d23d46fc212..aeccead46ce 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -52,7 +52,10 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>container-apache-http-client-bundle</artifactId>
<version>${project.version}</version>
- <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>