aboutsummaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-07-26 17:14:06 +0200
committergjoranv <gv@verizonmedia.com>2022-07-26 18:28:57 +0200
commitb98da6a7832426a740dd631022067eb23e2eae5b (patch)
tree171ccb8de3531c0e5080203a9e63ffa1c1178977 /standalone-container
parent1680a0512dce927432c71b4e8749c08feea9adaa (diff)
Preinstall javax.servlet-api to standalone-container.
- It's currently needed by vespa-athenz, which is installed in all containers, except metrics-proxy and clustercontroller.
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone-container/pom.xml b/standalone-container/pom.xml
index c7f20d18a8a..590872282ca 100644
--- a/standalone-container/pom.xml
+++ b/standalone-container/pom.xml
@@ -104,6 +104,7 @@
<!-- START bundles that can be moved to config-model when all standalone containers are set up via the model -->
container-spifly.jar, <!-- Aries SPIFly repackaged -->
+ javax.servlet-api-3.1.0.jar, <!-- Needed by vespa-athenz. TODO Vespa 9: remove the need for servlet-api -->
<!-- END bundles that can be moved to config-model -->
<!-- START config-model dependencies -->