summaryrefslogtreecommitdiffstats
path: root/appc-config/appc-encryption-tool/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-encryption-tool/provider/pom.xml')
-rw-r--r--appc-config/appc-encryption-tool/provider/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appc-config/appc-encryption-tool/provider/pom.xml b/appc-config/appc-encryption-tool/provider/pom.xml
index 1959093a0..3ce00bee2 100644
--- a/appc-config/appc-encryption-tool/provider/pom.xml
+++ b/appc-config/appc-encryption-tool/provider/pom.xml
@@ -66,8 +66,19 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>${logback.version}</version>
+ </dependency>
+ <dependency>
<groupId>com.att.eelf</groupId>
<artifactId>eelf-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>