aboutsummaryrefslogtreecommitdiffstats
path: root/application/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-05-31 13:55:33 +0200
committerGitHub <noreply@github.com>2022-05-31 13:55:33 +0200
commit9dd33bc5c28562476c046100419e950afea821f7 (patch)
treecb5e984c23ff05e0b1fbe2e4a3c6d01a49baa247 /application/pom.xml
parent38edeb53c9c1c5bea6b3f95aef28f9b1195a48c5 (diff)
parente4807d219b59fd7e2e29eb7af098e62635a602cb (diff)
Merge pull request #22801 from vespa-engine/jonmv/hc5-in-metrics-handlers
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 c70efab05aa..7e1b54a7904 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -120,6 +120,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>