Skip to content

Commit

Permalink
Add missing httpclient dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
  • Loading branch information
thomasdarimont committed Mar 23, 2022
1 parent adae429 commit 6c62302
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<auto-service.version>1.0.1</auto-service.version>

<git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>
<httpclient.version>4.5.13</httpclient.version>
</properties>

<modules>
Expand Down Expand Up @@ -251,6 +252,12 @@
<artifactId>freemarker</artifactId>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down

0 comments on commit 6c62302

Please sign in to comment.