summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-15 17:40:32 +0200
committerGitHub <noreply@github.com>2021-04-15 17:40:32 +0200
commitb584208e8b3f78ae7af4cbfe93d6b9c4056e46ed (patch)
treec2e19f23f3de0afd0615968d24d851dffd0ad2b1 /container-search
parent7dd9eaf73ba2c00bd4d416ef99f74dc80f01c3b6 (diff)
parent0be78d6e938c31ef330417c7d3a9df4362d68079 (diff)
Merge pull request #17449 from vespa-engine/gjoranv/merge-simplemetrics-into-core
Gjoranv/merge simplemetrics into core [run-systemtest]
Diffstat (limited to 'container-search')
-rw-r--r--container-search/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index c1a7156235e..822e6971bed 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -61,12 +61,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>simplemetrics</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<scope>provided</scope>