aboutsummaryrefslogtreecommitdiffstats
path: root/appc-core/appc-common-bundle/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-core/appc-common-bundle/pom.xml')
-rw-r--r--appc-core/appc-common-bundle/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/appc-core/appc-common-bundle/pom.xml b/appc-core/appc-common-bundle/pom.xml
index 0f72a1620..07300f53f 100644
--- a/appc-core/appc-common-bundle/pom.xml
+++ b/appc-core/appc-common-bundle/pom.xml
@@ -31,8 +31,19 @@
<dependencies>
<!-- logging -->
<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>org.slf4j</groupId>
@@ -157,4 +168,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>