summaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-03 00:06:01 +0200
committergjoranv <gv@verizonmedia.com>2021-04-12 16:19:57 +0200
commitbbff5a9bb8854d7100b4981af9aa226d74ae0227 (patch)
tree317c56cde6cdbf39cb2bb1df214f140d7dc956c7 /container-disc
parent54048e4d7579cc57faee2e10658e065eb72d8ce7 (diff)
Embed 'component' in the container-disc bundle.
- Do not install the component module anymore.
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index a78657b7f09..92207802ed5 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -56,7 +56,6 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>component</artifactId>
<version>${project.version}</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -167,7 +166,6 @@
<buildLegacyVespaPlatformBundle>true</buildLegacyVespaPlatformBundle>
<discPreInstallBundle>
<!-- Vespa bundles -->
- component-jar-with-dependencies.jar,
configgen.jar,
config-bundle-jar-with-dependencies.jar,
configdefinitions-jar-with-dependencies.jar,
@@ -184,7 +182,6 @@
security-utils-jar-with-dependencies.jar,
simplemetrics-jar-with-dependencies.jar,
defaults-jar-with-dependencies.jar,
- component-jar-with-dependencies.jar,
zkfacade-jar-with-dependencies.jar,
zookeeper-server-jar-with-dependencies.jar,
<!-- Jetty -->