Skip to content

Commit 4d28ae6

Browse files
committedMar 5, 2014
Merge pull request #204 from ahus1/ahus1-slf4jimpl
deploying hystrix dashboard on tomcat, SLF4J complains about a missing implementation
2 parents 7891a1b + 00e4064 commit 4d28ae6

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)
Please sign in to comment.