Skip to content

Commit 00e4064

Browse files
committed
deploying on tomcat, SLF4J complains about a missing implementation
1 parent d985938 commit 00e4064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hystrix-dashboard/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
provided 'javax.servlet:servlet-api:2.5'
99
compile 'org.apache.httpcomponents:httpclient:4.2.1'
1010
compile 'log4j:log4j:1.2.17'
11-
compile 'org.slf4j:slf4j-api:1.7.0'
11+
compile 'org.slf4j:slf4j-log4j12:1.7.0'
1212
}
1313

1414
jettyRun {

0 commit comments

Comments
 (0)