Skip to content

Commit

Permalink
Fix httpclient dependency (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanchyk authored Sep 14, 2021
1 parent 7d24f5a commit fb5534f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extra/bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

<spring.boot.version>2.1.1.RELEASE</spring.boot.version>
<jackson.version>2.10.0</jackson.version>
<httpclient.version>4.5.13</httpclient.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -44,6 +45,11 @@
<artifactId>jackson-module-afterburner</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>

<!-- Spring dependencies -->
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
<version>${spring.boot.version}</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Expand Down

0 comments on commit fb5534f

Please sign in to comment.