Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-11960] NoSuchMethodError on slf4j on JBoss EAP 5.1
Originally-Committed-As: 5bc37c2ad49d6093e9b912159faf0db0131273c5
  • Loading branch information
kohsuke committed Dec 2, 2011
1 parent 03d021a commit ac1fa12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 ac1fa12

Please sign in to comment.