summaryrefslogtreecommitdiffstats
path: root/config-proxy
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 23:04:38 +0200
committerGitHub <noreply@github.com>2021-04-08 23:04:38 +0200
commita12cae87144c24682883f550e19341df9e03d4da (patch)
treea568fa0f2eebae1ff0a760f2de2c3280e9a6aaa3 /config-proxy
parentf5e6496a5b8e39371ca56c3ae1147d5fc6fd43cd (diff)
Revert "Revert "Revert "Revert "Unify on hc5""""
Diffstat (limited to 'config-proxy')
-rw-r--r--config-proxy/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-proxy/pom.xml b/config-proxy/pom.xml
index 89d66241e79..a02915c49a0 100644
--- a/config-proxy/pom.xml
+++ b/config-proxy/pom.xml
@@ -68,6 +68,11 @@
<artifactId>bcpkix-jdk15on</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
<plugins>