summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-07-21 14:13:33 +0200
committergjoranv <gv@verizonmedia.com>2022-07-21 14:13:33 +0200
commit8513b31a4b8dfe5db185378147124a937ff488fd (patch)
tree696db9561e4f46dc1761d0efcd02e325be839bcc /standalone-container
parent37b82350dd673de1d7375c01838123bf0b1e1a91 (diff)
Set up more bundles via config-model.
- These 4 bundles are currently required by all container cluster types, including standalone-containers.
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml
index 3776743cbd8..b2b18645bcd 100644
--- a/standalone-container/pom.xml
+++ b/standalone-container/pom.xml
@@ -99,7 +99,16 @@
config-bundle-jar-with-dependencies.jar,
config-model-api-jar-with-dependencies.jar,
config-model-jar-with-dependencies.jar,
+
container-disc-jar-with-dependencies.jar,
+
+ <!-- START bundles that can be moved to config-model when all standalone containers are set up via the model -->
+ container-apache-http-client-bundle-jar-with-dependencies.jar,
+ container-spifly.jar, <!-- Aries SPIFly repackaged -->
+ hosted-zone-api-jar-with-dependencies.jar,
+ security-utils.jar,
+ <!-- END bundles that can be moved to config-model -->
+
<!-- START config-model dependencies -->
container-search-and-docproc-jar-with-dependencies.jar,
linguistics-components-jar-with-dependencies.jar,