diff --git a/hystrix-dashboard/build.gradle b/hystrix-dashboard/build.gradle index f7ee2c0e2..b01458988 100644 --- a/hystrix-dashboard/build.gradle +++ b/hystrix-dashboard/build.gradle @@ -8,7 +8,7 @@ dependencies { provided 'javax.servlet:servlet-api:2.5' compile 'org.apache.httpcomponents:httpclient:4.2.1' compile 'log4j:log4j:1.2.17' - compile 'org.slf4j:slf4j-api:1.7.0' + compile 'org.slf4j:slf4j-log4j12:1.7.0' } jettyRun {