aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-21 16:04:07 +0200
committergjoranv <gv@verizonmedia.com>2021-10-21 16:04:07 +0200
commit7c235d5ff4f29d466222210dd3f14e84fb0bd366 (patch)
tree45947cf5ef3b89d4753f014e1d5f1562254f6219 /metrics-proxy
parentce0a56bd3ffedc1b64473aa3363cf59856af96d3 (diff)
Revert "Remove deps to http-utils and add vespajlib where necessary."
This reverts commit fe260fe8a98c1d2d19633e16a6308857c9577878.
Diffstat (limited to 'metrics-proxy')
-rw-r--r--metrics-proxy/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index 6e43b6c1d62..1633d78668b 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -99,6 +99,11 @@
<!-- compile scope -->
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>http-utils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
</dependency>