Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: ef1ad6ca29c313fa0b4bc6f5dcd8344046221049
https://github.com/jenkinsci/jenkins/commit/ef1ad6ca29c313fa0b4bc6f5dcd8344046221049
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-02-10 (Fri, 10 Feb 2012)
Changed paths:
M changelog.html
M maven-plugin/pom.xml
M pom.xml
M war/pom.xml
Log Message:
-----------
[FIXED JENKINS-12334 JENKINS-12446 JENKINS-12650]
Bundle slf4j binding to the war.
See the comment in war/pom.xml for detailed discussion.
This is fundamentally a "damned if I do, damned if I don't" situation,
but given that JENKINS-12334 is a fatal error, and the downside of
bundling the binding jar is "multiple binding" warning, it seems like
the lesser evil is to bundle it and risk some warnings.