Skip to content

Commit

Permalink
Remove unnecessary org.eclipse.jgit dependency
Browse files Browse the repository at this point in the history
Library is already available as a transitive dependency
through the org.jenkins-ci.plugins:git plugin
  • Loading branch information
svenschoenung committed Sep 7, 2018
1 parent a4931a7 commit c7f0da8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</developer>
</developers>
<dependencies>
<!-- optional jenkins plugins -->
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>cvs</artifactId>
Expand All @@ -55,12 +56,6 @@
<version>1.2.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>1.3.0.201202151440-r</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>email-ext</artifactId>
Expand Down

0 comments on commit c7f0da8

Please sign in to comment.