summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-12-10 17:08:08 +0100
committergjoranv <gv@verizonmedia.com>2019-12-19 12:05:04 +0100
commit446e4d2dd83c0aa35f7a6956cea18edc8825eda1 (patch)
tree9ff5b9440128a843bbe7a981c0aa8ec3a65d07fc /metrics-proxy/pom.xml
parent1a1762f3c5e34f81e0f33152de1f9633624e39ff (diff)
Add http client to retrieve metrics from other nodes.
Diffstat (limited to 'metrics-proxy/pom.xml')
-rw-r--r--metrics-proxy/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index e752d8a4803..f72ad75c6af 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -135,6 +135,18 @@
<!-- test scope -->
+
+ <dependency>
+ <groupId>com.github.tomakehurst</groupId>
+ <artifactId>wiremock-standalone</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>testutil</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>