Skip to content

Commit

Permalink
fix JENKINS-46966: monitoring-plugin installation fails because of ol…
Browse files Browse the repository at this point in the history
…d log4j-over-slf4j.jar
  • Loading branch information
evernat committed Sep 20, 2017
1 parent 9e1e644 commit f311a2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Expand Up @@ -46,12 +46,14 @@
</dependency>
<!-- slf4j-api for Jenkins issue https://issues.jenkins-ci.org/browse/JENKINS-11293
NoClassDefFoundError: org.slf4j.ILoggerFactory on IBM J9 JVM,
(this may not be needed anymore since with JENKINS-12650, slf4j-api and slf4j-jdk14 are now bundled in core) -->
(this is not be needed anymore since with JENKINS-12650, slf4j-api and slf4j-jdk14 are now bundled in core),
removed for https://issues.jenkins-ci.org/browse/JENKINS-46966
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.3</version>
</dependency>
-->
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
Expand Down

0 comments on commit f311a2e

Please sign in to comment.