summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-04-08 19:19:13 +0200
committerGitHub <noreply@github.com>2021-04-08 19:19:13 +0200
commit7e19709c78350cd8a58918296ea6d6b5666320e1 (patch)
treecac116d8f18fa0b4b66fb23e8c5e28e20cd87c37 /metrics-proxy/pom.xml
parente682851543d418d0408eb30d1ed8c1ab61169326 (diff)
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 23831f9ac6d..928179a6124 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.client5</groupId>
- <artifactId>httpclient5</artifactId>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>