提交 5bc37c2a 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-11960] NoSuchMethodError on slf4j on JBoss EAP 5.1

上级 5cf0d4ff
......@@ -82,6 +82,9 @@ Upcoming changes</a>
<li class=bug>
Jenkins takes up too much space in /var/run
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11366">issue 11366</a>)
<li class=bug>
Fixed a <tt>NoSuchMethodError</tt> on JBoss 5.1 EAP
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-11960">issue 11960</a>)
<li class=bug>
Use $JENKINS_USER in Debian postinst script.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-5771">issue 5771</a>)
......
......@@ -39,7 +39,6 @@ import hudson.model.Descriptor.FormException;
import hudson.model.ReconfigurableDescribable;
import hudson.model.Saveable;
import net.sf.json.JSONObject;
import org.apache.avalon.framework.configuration.Reconfigurable;
import org.kohsuke.stapler.StaplerRequest;
import java.io.IOException;
......
......@@ -354,6 +354,10 @@ THE SOFTWARE.
<artifactId>wagon-webdav-jackrabbit</artifactId>
<version>${wagonVersion}</version>
<exclusions>
<exclusion><!-- bundling binding creates a problem with app servers that use different versions of slf4j -->
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
<!-- prefer net.sourceforge.nekohtml:nekohtml:jar:1.9.13 so that we use consistent version across Jenkins -->
<exclusion>
<groupId>nekohtml</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册