Skip to content

Commit

Permalink
[FIXED JENKINS-11960] NoSuchMethodError on slf4j on JBoss EAP 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Dec 2, 2011
1 parent 5cf0d4f commit 5bc37c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -82,6 +82,9 @@
<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>)
Expand Down
1 change: 0 additions & 1 deletion core/src/main/java/hudson/util/DescribableList.java
Expand Up @@ -39,7 +39,6 @@
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;
Expand Down
4 changes: 4 additions & 0 deletions maven-plugin/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 5bc37c2

Please sign in to comment.