summaryrefslogtreecommitdiffstats
path: root/config-proxy/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 19:32:35 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 19:32:35 +0000
commitfc8e216ec6a8828163ac3781189c373e095b120d (patch)
treea568fa0f2eebae1ff0a760f2de2c3280e9a6aaa3 /config-proxy/pom.xml
parentfb891db4c2e66810a63e2255a310e3eff028e0b6 (diff)
Need explicit slf4j in standalone apps.
Diffstat (limited to 'config-proxy/pom.xml')
-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>