summaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-03-29 20:31:54 +0200
committergjoranv <gv@verizonmedia.com>2021-03-29 20:31:54 +0200
commitd7933e0e7c93bb78799719706550b5e1ab1be71a (patch)
treeec7122c0624647b37b071c27058f47135851b472 /container-disc/pom.xml
parent3169f66bf208aa984605fa319046aabccc61c421 (diff)
Remove dependencies to jdisc_mbus_service and messagebus-disc.
- These modules will be merged into container-messagebus.
Diffstat (limited to 'container-disc/pom.xml')
-rw-r--r--container-disc/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index b8fbf5fae2a..a78657b7f09 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -92,17 +92,6 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>messagebus-disc</artifactId>
- <version>${project.version}</version>
- <exclusions>
- <exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>config</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
</dependency>