aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2021-09-24 11:02:39 +0200
committerGitHub <noreply@github.com>2021-09-24 11:02:39 +0200
commitb5286c811ada6d1aacce5498b7e9fbdff6d33576 (patch)
treece206d7dcb00bce06aca6cb202f5a5c9580410e1 /container-disc
parent9dabf1ce317325a334fd5f6aac531456acea17c4 (diff)
Revert "Revert "Install common bundles via config model [run-systemtest]" MERGEOK"
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 9b6ccd93a41..e3b2830a974 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -176,12 +176,14 @@
jdisc-security-filters-jar-with-dependencies.jar,
vespaclient-container-plugin-jar-with-dependencies.jar,
vespa-athenz-jar-with-dependencies.jar,
+ container-apache-http-client-bundle-jar-with-dependencies.jar, <!-- Apache http client repackaged as bundle -->
+
+ <!-- Vespa security utils with necessary 3rd party bundles -->
security-utils-jar-with-dependencies.jar,
- zkfacade-jar-with-dependencies.jar,
- zookeeper-server-jar-with-dependencies.jar,
- <!-- Apache http client repackaged as bundle -->
- container-apache-http-client-bundle-jar-with-dependencies.jar,
- <!-- Jetty -->
+ bcpkix-jdk15on-${bouncycastle.version}.jar,
+ bcprov-jdk15on-${bouncycastle.version}.jar,
+
+ <!-- Jetty -->
alpn-api-${jetty-alpn.version}.jar,
http2-server-${jetty.version}.jar,
http2-common-${jetty.version}.jar,
@@ -198,6 +200,8 @@
jetty-servlets-${jetty.version}.jar,
jetty-util-${jetty.version}.jar,
jetty-util-ajax-${jetty.version}.jar,
+ javax.servlet-api-3.1.0.jar,
+
<!-- Spifly (required for OSGi service loader used by Jetty) -->
org.apache.aries.spifly.dynamic.bundle-${spifly.version}.jar,
asm-${asm.version}.jar,
@@ -206,10 +210,7 @@
asm-tree-${asm.version}.jar,
asm-util-${asm.version}.jar,
<!-- Spifly end -->
- <!-- Misc 3rd party bundles -->
- bcpkix-jdk15on-${bouncycastle.version}.jar,
- bcprov-jdk15on-${bouncycastle.version}.jar,
- javax.servlet-api-3.1.0.jar,
+
<!-- Jersey 2 + Jackson 2 -->
aopalliance-repackaged-${hk2.version}.jar,
hk2-api-${hk2.version}.jar,