summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-05-06 22:58:36 +0200
committergjoranv <gv@verizonmedia.com>2022-05-08 01:39:31 +0200
commit5a3a26acee10bf41a908c1d7d731cd96f764d953 (patch)
treecbc8bb56b769e48c58537fc4a6b45c288b7cc1bf /standalone-container
parent94088fe6442c1016e0202e63c800d21733dd7aee (diff)
Do not install vespajlib as a bundle in standalone-container.
- Exists both on classpath and embedded in container-disc
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml
index a605bdb7d39..25c4b8f801f 100644
--- a/standalone-container/pom.xml
+++ b/standalone-container/pom.xml
@@ -92,7 +92,6 @@
container-disc-jar-with-dependencies.jar,
model-evaluation-jar-with-dependencies.jar,
model-integration-jar-with-dependencies.jar,
- vespajlib.jar
</discPreInstallBundle>
</configuration>
</plugin>