Skip to content

Commit

Permalink
pom.xml: Fix bundling of sshd-core.jar, update git dependency
Browse files Browse the repository at this point in the history
git 2.0 has problematic dependencies that makes the hpi plugin bundle
sshd-core.jar into the plugin.

Update git dependency to 3.0.0. That fixes the bundling issue.

The fix was suggested by Jesse Glick in JENKINS-53957
  • Loading branch information
proski committed Aug 1, 2019
1 parent a236556 commit 976b392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>2.0</version>
<version>3.0.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 976b392

Please sign in to comment.