
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via 2755e4fc3be21f233f08b138786be0028549ce86 (commit) from f185581de0c9a4c67d4bc1461f2d776072254f3d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=2755e4fc3be21f233f08b1387... http://github.com/ceki/logback/commit/2755e4fc3be21f233f08b138786be0028549ce... commit 2755e4fc3be21f233f08b138786be0028549ce86 Author: Ceki Gulcu <ceki@qos.ch> Date: Tue Oct 25 13:19:48 2011 +0200 fix LBCLASSIC-131 diff --git a/logback-classic/pom.xml b/logback-classic/pom.xml index 4a70dd9..da0175a 100644 --- a/logback-classic/pom.xml +++ b/logback-classic/pom.xml @@ -380,9 +380,11 @@ sun.reflect;resolution:=optional, javax.*;resolution:=optional, org.xml.*;resolution:=optional, - org.slf4j, ch.qos.logback.core.rolling, + org.slf4j, + ch.qos.logback.core.rolling, ch.qos.logback.core.rolling.helper, ch.qos.logback.core.util, + ch.qos.logback.core.read, org.codehaus.groovy.*;resolution:=optional, groovy.lang.*;resolution:=optional, * ----------------------------------------------------------------------- Summary of changes: logback-classic/pom.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.