Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…solves the issue cleanly.
  • Loading branch information
jglick committed Sep 16, 2019
1 parent 67e8b81 commit d78abe1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.47</version>
<version>3.50</version>
<relativePath />
</parent>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down Expand Up @@ -95,13 +95,6 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git-server</artifactId>
<version>1.7</version>
<exclusions>
<exclusion>
<!-- TODO JENKINS-58771: workaround for bug in hpi:hpi -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>apache-httpcomponents-client-4-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit d78abe1

Please sign in to comment.