aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-31 12:47:29 +0200
committerjonmv <venstad@gmail.com>2022-05-31 12:47:42 +0200
commite4807d219b59fd7e2e29eb7af098e62635a602cb (patch)
tree28ac7534e5fbfce40441ce411c0cd55eade2cb20 /application/pom.xml
parent9aebfc50b7f0f967bb68e5e6986bc03afc469bd5 (diff)
Use hc5 in metrics handlers
Diffstat (limited to 'application/pom.xml')
-rw-r--r--application/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index f1856e8c85c..50563579782 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -119,6 +119,16 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>