Add fluent dependency

This commit is contained in:
Graham Triggs 2017-01-31 21:38:53 +00:00
parent b5da11c2be
commit 96b06fc9a5

View file

@ -209,6 +209,12 @@
<artifactId>jackson-core</artifactId>
<version>2.7.4</version>
</dependency>
<!-- Needed for ORCID? -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>4.5.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>