Add fluent dependency
This commit is contained in:
parent
b5da11c2be
commit
96b06fc9a5
1 changed files with 6 additions and 0 deletions
6
dependencies/pom.xml
vendored
6
dependencies/pom.xml
vendored
|
@ -209,6 +209,12 @@
|
||||||
<artifactId>jackson-core</artifactId>
|
<artifactId>jackson-core</artifactId>
|
||||||
<version>2.7.4</version>
|
<version>2.7.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- Needed for ORCID? -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
<artifactId>fluent-hc</artifactId>
|
||||||
|
<version>4.5.2</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpclient</artifactId>
|
<artifactId>httpclient</artifactId>
|
||||||
|
|
Loading…
Add table
Reference in a new issue