Skip to content

Commit

Permalink
Fix proxy issue #102
Browse files Browse the repository at this point in the history
 * Use CloseableHttpClient to replace HttpClient implementation
 * Updated test cases with CloseableHttpClientStub
 * Optimize CloseableHttpClient Response manipulation.
 * Rebased #156 on latest master
  • Loading branch information
jiamengyu authored and samrocketman committed Mar 8, 2017
1 parent dd2ca97 commit 3794779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
<version>2.4.4</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.2</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down
34 changes: 0 additions & 34 deletions src/test/java/jenkins/plugins/slack/HttpClientStub.java

This file was deleted.

0 comments on commit 3794779

Please sign in to comment.