Skip to content

Commit 668a286

Browse files
proskijakub-bochenski
authored andcommitted
Update to Apache httpclient 4.5.x
Many properties of the connection between Jenkins and Bitbucket server can now be set as Java parameters. The list of the supported parameters is available at https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/client/HttpClientBuilder.html Additionally, many compiler warnings are fixed by removing obsolete code. Original patch by Albertin Loic <[email protected]>
1 parent 9df78f7 commit 668a286

File tree

3 files changed

+111
-203
lines changed

3 files changed

+111
-203
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,6 @@
6161
</properties>
6262

6363
<dependencies>
64-
<dependency>
65-
<groupId>commons-httpclient</groupId>
66-
<artifactId>commons-httpclient</artifactId>
67-
<version>3.1</version>
68-
</dependency>
69-
<dependency>
70-
<groupId>commons-codec</groupId>
71-
<artifactId>commons-codec</artifactId>
72-
<version>1.10</version>
73-
</dependency>
7464
<dependency>
7565
<groupId>org.jenkins-ci.plugins</groupId>
7666
<artifactId>jackson2-api</artifactId>

0 commit comments

Comments
 (0)