aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 22:43:27 +0200
committerGitHub <noreply@github.com>2021-04-08 22:43:27 +0200
commit10afef17237f7180547af531241cb509e93e1f47 (patch)
tree10fb8f016bfef71afe6606b3e7eac849c5b8c9a5 /metrics-proxy/pom.xml
parent62985a75aa1948334bfc248f0e8fe8526892c70f (diff)
Revert "Revert "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>