aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-07-01 02:32:09 +0200
committergjoranv <gv@verizonmedia.com>2021-07-02 16:14:09 +0200
commitf8e64bc63f7a0b33358526e816f1e34554c0ca28 (patch)
treea92fd0326cdfce9623fc3ce8a207c0af2ed5e581 /standalone-container
parentfcb699ac64db02e455a43c9397437158c47d2d21 (diff)
Preinstall model-evaluation bundles in standalone containers.
- Configserver needs them because the config-model uses their apis
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml
index 11d0406fcc5..4aa66e9b1a4 100644
--- a/standalone-container/pom.xml
+++ b/standalone-container/pom.xml
@@ -90,6 +90,8 @@
config-model-api-jar-with-dependencies.jar,
config-model-jar-with-dependencies.jar,
container-disc-jar-with-dependencies.jar,
+ model-evaluation-jar-with-dependencies.jar,
+ model-integration-jar-with-dependencies.jar,
vespajlib.jar
</discPreInstallBundle>
</configuration>