Skip to content

Commit

Permalink
Fix logback error for missing class for gathering JMX stats on logging
Browse files Browse the repository at this point in the history
Release 1.0.12
  • Loading branch information
apatrida committed Sep 15, 2014
1 parent 6161eb0 commit e492b47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ dependencies {

compile "org.slf4j:slf4j-api:${version_slf4j}"
runtime "ch.qos.logback:logback-classic:${version_logback}"
runtime "ch.qos.logback:logback-access:${version_logback}"
runtime "org.slf4j:jcl-over-slf4j:${version_slf4j}"
runtime "org.slf4j:jul-to-slf4j:${version_slf4j}"
runtime "org.slf4j:log4j-over-slf4j:${version_slf4j}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.bremeld
version=1.0.12-SNAPSHOT
version=1.0.12

systemProp.file.encoding=UTF-8

Expand Down

0 comments on commit e492b47

Please sign in to comment.