diff --git a/common/pom.xml b/common/pom.xml index eeb928e7b70..34a4d9fb406 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 848c1c7ad75..ebf54411326 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