summaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-07-21 19:24:27 +0200
committergjoranv <gv@verizonmedia.com>2022-07-21 19:54:07 +0200
commita6855d86c25ecc22bc6ca699a6d7e91882f992c4 (patch)
tree197bfbc69c6c5584a5c878d9cc3dfb779dc5d515 /container-disc
parent87dc0dd59b262a11d4434607a0e75d47b9a1d33b (diff)
Add back bundles needed by container-disc to preinstall in pom
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 1dbc1ba1129..41177c221e2 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -185,17 +185,20 @@
<discApplicationClass>com.yahoo.container.jdisc.ConfiguredApplication</discApplicationClass>
<buildLegacyVespaPlatformBundle>true</buildLegacyVespaPlatformBundle>
<discPreInstallBundle>
- <!-- Bundles needed to retrieve config -->
+ <!-- BEGIN Bundles needed to retrieve config, or used by container-disc -->
config-bundle-jar-with-dependencies.jar,
configdefinitions-jar-with-dependencies.jar,
-
+ hosted-zone-api-jar-with-dependencies.jar,
jdisc-security-filters-jar-with-dependencies.jar,
vespa-athenz-jar-with-dependencies.jar,
-
- javax.servlet-api-3.1.0.jar, <!-- TODO: Move to model, only needed for application container clusters -->
+ container-apache-http-client-bundle-jar-with-dependencies.jar,
+ security-utils.jar,
+ bcprov-jdk15on-${bouncycastle.version}.jar, <!-- Used by security-utils -->
+ <!-- END Bundles needed to retrieve config, or used by container-disc -->
bcpkix-jdk15on-${bouncycastle.version}.jar, <!-- Used by security-utils -->
- bcprov-jdk15on-${bouncycastle.version}.jar, <!-- Used by security-utils -->
+
+ javax.servlet-api-3.1.0.jar, <!-- TODO: Move to model, only needed for application container clusters -->
jackson-annotations-${jackson2.version}.jar,
jackson-core-${jackson2.version}.jar,