Skip to content

Commit

Permalink
Merge pull request #639 from oxygen0211/socket-pr
Browse files Browse the repository at this point in the history
Replace deprecatet HttpEntity.consume with EntityUtils.consume
  • Loading branch information
johanhaleby committed Feb 3, 2016
2 parents 79acf9f + ec728f6 commit 26e1a3d
Show file tree
Hide file tree
Showing 2 changed files with 2,028 additions and 2,021 deletions.
6 changes: 6 additions & 0 deletions rest-assured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
<artifactId>httpmime</artifactId>
<version>4.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<!-- Use httpcore version referenced in the httpclient version we depend on -->
<version>4.4.3</version>
</dependency>
<dependency>
<groupId>org.scribe</groupId>
<artifactId>scribe</artifactId>
Expand Down

0 comments on commit 26e1a3d

Please sign in to comment.