summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2020-01-28 17:27:43 +0100
committerGitHub <noreply@github.com>2020-01-28 17:27:43 +0100
commitdca4968159a3a4691b77080cf054a52cfa94f704 (patch)
treedaeac5a171072ce86c32ce104745052a7898a149 /container-core/pom.xml
parente4ab2b7638984a7031755c7cfe67f5c4cf714ce8 (diff)
Revert "Gjoranv/metrics v2 in container 2"
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index e51d99c3b78..f3861c92129 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -16,16 +16,6 @@
<packaging>container-plugin</packaging>
<dependencies>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>http-utils</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
-
- <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>provided</scope>
@@ -237,11 +227,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.github.tomakehurst</groupId>
- <artifactId>wiremock-standalone</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>