aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-10-31 15:11:59 +0100
committerJon Bratseth <bratseth@gmail.com>2021-10-31 15:11:59 +0100
commite5c94e10a6edb9e1fd67898313dafb4020ee2a49 (patch)
tree04cfe47c85d4bfdba5e1a196b0197e0856142b1e /config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java
parent728576fef4bd8ec18f4baf57f1d45bda4423b47e (diff)
Add ZoneInfo
Diffstat (limited to 'config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java')
-rw-r--r--config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java b/config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java
index d51427abd90..9ad257fad04 100644
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/ApplicationContainer.java
@@ -36,6 +36,7 @@ public final class ApplicationContainer extends Container implements
addComponent(new SimpleComponent("com.yahoo.container.jdisc.messagebus.NetworkMultiplexerProvider"));
addComponent(new SimpleComponent("com.yahoo.container.jdisc.messagebus.SessionCache"));
addComponent(new SimpleComponent("com.yahoo.container.jdisc.SystemInfoProvider"));
+ addComponent(new SimpleComponent("com.yahoo.container.jdisc.ZoneInfoProvider"));
}
@Override