summaryrefslogtreecommitdiffstats
path: root/standalone-container
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-10-23 08:42:02 +0200
committerGitHub <noreply@github.com>2019-10-23 08:42:02 +0200
commitb78e0c824da403cb75ed86df6bb7d9fbdf7b5af5 (patch)
treeae7cfb784ba1ebc9268463c2376ce474698adb80 /standalone-container
parent5129c936bd24bf2123372c4b2245ed836101cde1 (diff)
Revert "Revert "Reapply "Move ZooKeeperServer to another module"""
Diffstat (limited to 'standalone-container')
-rw-r--r--standalone-container/vespa-standalone-container.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone-container/vespa-standalone-container.spec b/standalone-container/vespa-standalone-container.spec
index 31312bde6f7..c8029a81bf6 100644
--- a/standalone-container/vespa-standalone-container.spec
+++ b/standalone-container/vespa-standalone-container.spec
@@ -62,6 +62,7 @@ declare -a modules=(
vespa-athenz
vespaclient-container-plugin
zkfacade
+ zookeeper-server
)
for module in "${modules[@]}"; do
cp "$module"/target/"$module"-jar-with-dependencies.jar "$jars_dir"