aboutsummaryrefslogtreecommitdiffstats
path: root/container-di
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-02-19 13:31:01 +0100
committergjoranv <gv@verizonmedia.com>2021-02-19 13:31:01 +0100
commit7dcfe77502b963f8a25bd334b0ec01ae2e06698d (patch)
tree512e3e157067ec8586226cda9742c3d5b3489a3c /container-di
parent33b62f0642fed1ee2a7b49c5029bdf283217c8df (diff)
Depend on jdisc_core instead of provided-dependencies.
Diffstat (limited to 'container-di')
-rw-r--r--container-di/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/container-di/pom.xml b/container-di/pom.xml
index f143d5afd19..f0778f7d45e 100644
--- a/container-di/pom.xml
+++ b/container-di/pom.xml
@@ -32,9 +32,8 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>provided-dependencies</artifactId>
+ <artifactId>jdisc_core</artifactId>
<version>${project.version}</version>
- <type>pom</type>
<scope>provided</scope>
</dependency>
<dependency>