aboutsummaryrefslogtreecommitdiffstats
path: root/common-app-api
diff options
context:
space:
mode:
Diffstat (limited to 'common-app-api')
-rw-r--r--common-app-api/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml
index 9d05d7cd93..876fd66530 100644
--- a/common-app-api/pom.xml
+++ b/common-app-api/pom.xml
@@ -134,8 +134,8 @@
<!-- http client -->
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
<version>${httpclient.version}</version>
<scope>provided</scope>
<exclusions>