Update httpclient to 4.5.2 to resolve a nonsuchmethoderrror

This commit is contained in:
Graham Triggs 2016-12-21 09:57:51 +00:00
parent c7bbe0a8c3
commit 4e3d373562

View file

@ -172,13 +172,13 @@
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4</version>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.4</version>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>