summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-07-21 19:24:27 +0200
committergjoranv <gv@verizonmedia.com>2022-07-21 19:54:07 +0200
commita6855d86c25ecc22bc6ca699a6d7e91882f992c4 (patch)
tree197bfbc69c6c5584a5c878d9cc3dfb779dc5d515 /config-model
parent87dc0dd59b262a11d4434607a0e75d47b9a1d33b (diff)
Add back bundles needed by container-disc to preinstall in pom
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java b/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java
index 3bc50bd9039..a0bd524d31f 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/PlatformBundles.java
@@ -34,10 +34,7 @@ public class PlatformBundles {
// Bundles that must be loaded for all container types.
public static final Set<Path> commonVespaBundles = Stream.of(
- "container-apache-http-client-bundle", // Apache http client repackaged
"container-spifly.jar", // Aries SPIFly repackaged
- "hosted-zone-api",
- "security-utils.jar",
"zkfacade",
"zookeeper-server" // TODO: not necessary in metrics-proxy.
).map(PlatformBundles::absoluteBundlePath).collect(Collectors.toSet());