summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2022-06-29 13:15:48 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-01 13:55:11 +0200
commit6b2d7d130008ae83b91094b9aab4716eb3b4d55c (patch)
tree02367f8f9a043dabb36377f8cc19f51214052766 /standalone-container
parente4265f852d20675d873489973b3745580d2b3c5b (diff)
Only add search/docproc/feed bundles when required
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml
index 86cad2ad012..557fb1493f1 100644
--- a/standalone-container/pom.xml
+++ b/standalone-container/pom.xml
@@ -99,8 +99,12 @@
config-model-api-jar-with-dependencies.jar,
config-model-jar-with-dependencies.jar,
container-disc-jar-with-dependencies.jar,
+ <!-- START config-model dependencies -->
+ container-search-and-docproc-jar-with-dependencies.jar,
+ linguistics-components-jar-with-dependencies.jar,
model-evaluation-jar-with-dependencies.jar,
model-integration-jar-with-dependencies.jar,
+ <!-- END config-model dependencies -->
</discPreInstallBundle>
</configuration>
</plugin>