summaryrefslogtreecommitdiffstats
path: root/metrics-proxy
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-02 16:27:58 +0200
committergjoranv <gv@verizonmedia.com>2021-04-12 16:13:14 +0200
commit2bd94c5c8fd71d200ef78fb4cb81123af7f86e7a (patch)
tree172493f27c7a2a504cde61440cabf936c5e75fd7 /metrics-proxy
parentdc49b6931d68a6dc9cbbab1fdc298a225f9e16df (diff)
Remove deps to container-di for modules that only used Provider.
Diffstat (limited to 'metrics-proxy')
-rw-r--r--metrics-proxy/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml
index e776aca271e..a7579aeb2ea 100644
--- a/metrics-proxy/pom.xml
+++ b/metrics-proxy/pom.xml
@@ -65,12 +65,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>container-di</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<!-- Not directly used in this module, but needed to get Import-Packages for JDK packages it exports. -->
<groupId>com.yahoo.vespa</groupId>
<artifactId>jdisc_core</artifactId>