Skip to content

Commit

Permalink
remove unnecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Apr 6, 2017
1 parent 5337c27 commit 85e2550
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,13 @@
<version>4.1.0</version>
<exclusions>
<exclusion>
<!-- jenkins uses JUL!! -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<!-- jenkins uses JUL!! this better match the version used by jenkins -->
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>1.7.7</version>
</dependency>

<!-- depend on other plugins -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 85e2550

Please sign in to comment.