Skip to content

Commit

Permalink
Added httpclient5 to managed dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Jan 12, 2021
1 parent 3d117c6 commit e3e6c88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<log4j.version>2.13.3</log4j.version>
<ant.version>1.10.8</ant.version>
<aws-java-sdk.version>1.11.930</aws-java-sdk.version>
<httpclient5.version>5.0.3</httpclient5.version>

<!-- Test dependencies -->
<junit-jupiter.version>5.6.2</junit-jupiter.version>
Expand Down Expand Up @@ -172,6 +173,11 @@
<artifactId>aws-java-sdk</artifactId>
<version>${aws-java-sdk.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>${httpclient5.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down

0 comments on commit e3e6c88

Please sign in to comment.