aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-02-17 15:50:43 +0100
committergjoranv <gv@verizonmedia.com>2021-02-17 17:13:44 +0100
commitfda60b5859a0a418d8f82ca95eb0f86eeb3b5283 (patch)
tree36cedf22aeffda1096ef1ed1d2f6acd30c00e21d /container-core/pom.xml
parentda183fe82e5d9eaccf3cbf03a0751cc74851ec31 (diff)
Replace dep to processing with container-di, which was previously
pulled in transitively (via processing).
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 6ea1fea63a6..138a68a7c0f 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -24,12 +24,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>http-utils</artifactId>
+ <artifactId>container-di</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>processing</artifactId>
+ <artifactId>http-utils</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>