diff --git a/common/pom.xml b/common/pom.xml index e829a1a0c9b9..2b2ccc2c5c45 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -70,6 +70,20 @@ dropwizard-jersey ${dropwizard.version} compile + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + org.slf4j + log4j-over-slf4j + + commons-codec diff --git a/pom.xml b/pom.xml index 385c55013444..01f67d1035db 100644 --- a/pom.xml +++ b/pom.xml @@ -192,6 +192,14 @@ dropwizard-core ${dropwizard.version} + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + org.slf4j log4j-over-slf4j