aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-13 17:17:35 +0200
committergjoranv <gv@verizonmedia.com>2021-04-13 17:17:35 +0200
commita6fb7f8c3493d2ef40d84976118a53cc5818de68 (patch)
treec531396a7deda0d6ef40f5dbb4c14c40d36f5cf7 /container-dev
parent57cb33a522adc875f78caac739f4e7c1cc22bccc (diff)
Remove all dependencies to simplemetrics.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml15
1 files changed, 4 insertions, 11 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 2dcb03bba58..cfe9c0a6d8e 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -36,17 +36,6 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>simplemetrics</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.hdrhistogram</groupId>
- <artifactId>HdrHistogram</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>config-lib</artifactId>
<version>${project.version}</version>
</dependency>
@@ -99,6 +88,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.hdrhistogram</groupId>
+ <artifactId>HdrHistogram</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>