aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 11:55:33 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 12:11:44 +0200
commit89c46869095e571f8d93e9f7716c9a528e9e74db (patch)
tree88502d587328d774b05d2d57133f02b6aa1ed293 /metrics-proxy/pom.xml
parent39430e4e809cb2993a371df38fcac3bb0c798200 (diff)
Use a PipedStream to process metrics as they flow in asynchronously.
Diffstat (limited to 'metrics-proxy/pom.xml')
-rw-r--r--metrics-proxy/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index 928179a6124..23831f9ac6d 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -112,8 +112,8 @@
<artifactId>simpleclient_common</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
+ <groupId>org.apache.httpcomponents.client5</groupId>
+ <artifactId>httpclient5</artifactId>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>