summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-04-27 18:36:06 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:21 +0200
commitbe5c208bc697db8bdc3c3549cc3f07e8d8f0cd47 (patch)
tree3e7bd228351a38fbf9067339e6c4f863eeee8b5c /container-core/pom.xml
parent3afcbd7b97a2d348e96dcfc6d79748b248956e9b (diff)
GC deprecated statistics module
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 4b47cfde122..294f6c0a585 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -104,21 +104,6 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>statistics</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>config</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>vdslib</artifactId>
<version>${project.version}</version>
</dependency>