summaryrefslogtreecommitdiffstats
path: root/config-proxy/pom.xml
diff options
context:
space:
mode:
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>