summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2019-05-09 12:01:55 +0200
committerGitHub <noreply@github.com>2019-05-09 12:01:55 +0200
commitdb4a6d99d6e2371f4ee54c3c41e514bd3390b601 (patch)
treeb36910341ab5c43496847bc32c7ea707d5c47a0a /config-model/pom.xml
parentc3667718a63a8703bf62833dcb92b7ad5422d0cc (diff)
Revert "Gjoranv/reapply new metrics proxy "
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index 180a2e40921..715718f8bb5 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -96,23 +96,6 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>metrics-proxy</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- <exclusions>
- <!-- Not needed to generate config and saves 1 MB. -->
- <exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>http-utils</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>container-disc</artifactId>
<version>${project.version}</version>
<scope>provided</scope>