aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-09-24 12:28:38 +0200
committergjoranv <gv@verizonmedia.com>2021-09-30 13:10:38 +0200
commitfe260fe8a98c1d2d19633e16a6308857c9577878 (patch)
tree68e573462857d8fa0958e61ea22baf2311c80c83 /metrics-proxy
parent944f65f03158517cb90059bffc6292cf39b25aba (diff)
Remove deps to http-utils and add vespajlib where necessary.
Diffstat (limited to 'metrics-proxy')
-rw-r--r--metrics-proxy/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index 19b545df616..2a9e3cebf3a 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -99,11 +99,6 @@
<!-- 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>