summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-07-17 10:43:01 +0200
committergjoranv <gv@verizonmedia.com>2020-07-17 10:43:01 +0200
commitee08f237358d95fb5f9aaa7b04b9b00065a922fd (patch)
treee85a420180b5fb79b7d0c35e12f20b8df3e0ca85 /jdisc_http_service
parentcab5e80ae606d84d34061885cc74663e925e2950 (diff)
Allow 'discPreinstallBundle' per module, not in parent.
- New Vespa bundles should not preinstall other bundles from disk.
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdisc_http_service/pom.xml b/jdisc_http_service/pom.xml
index bd8c77bc9cc..b140e66f28a 100644
--- a/jdisc_http_service/pom.xml
+++ b/jdisc_http_service/pom.xml
@@ -140,6 +140,7 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
+ <buildLegacyVespaPlatformBundle>true</buildLegacyVespaPlatformBundle>
<discPreInstallBundle>
javax.servlet-api-3.1.0.jar,
jetty-continuation-${jetty.version}.jar,