Skip to content

Commit

Permalink
JENKINS-55153 use EasySSLProtocolSocketFactory from commons-httpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-bochenski committed Jan 29, 2019
1 parent dd6b55a commit 77db302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
<version>3.1-jenkins-1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand All @@ -68,11 +68,11 @@
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>1.9.13</version>
</dependency>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>3.0.0</version>
<version>4.0.0-rc3002.35b0975404eb</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 77db302

Please sign in to comment.