summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-05-03 18:26:35 +0200
committergjoranv <gv@verizonmedia.com>2019-05-03 18:26:35 +0200
commit58a6ce32c4cde7f3bfc3220248e8439d1834a9a5 (patch)
tree5f8e04f2d3d99d222de0c6dfbd42d2d7c4a4b29b /config-model/pom.xml
parent5797de907e2d2b6d33b726cc5a3d8051f9ea9ced (diff)
Use compile scope for metrics-proxy (not provided runtime).
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 0e5769e64e5..2c45e292d01 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -98,7 +98,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>metrics-proxy</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>