summaryrefslogtreecommitdiffstats
path: root/container-core/CMakeLists.txt
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-03-19 10:54:58 +0100
committergjoranv <gv@verizonmedia.com>2021-03-23 22:58:12 +0100
commit91af6a9faba14093880ff83a927f2da6dad9cc9b (patch)
treed758e535765a4fc4e02b634d5d61549c5ff4dd7d /container-core/CMakeLists.txt
parente28e5db69333a98dcf6d6525a6b54f78f35e20d5 (diff)
Install bouncycastle dependency jars.
Diffstat (limited to 'container-core/CMakeLists.txt')
-rw-r--r--container-core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/container-core/CMakeLists.txt b/container-core/CMakeLists.txt
index 74f02518b59..433e3c799b5 100644
--- a/container-core/CMakeLists.txt
+++ b/container-core/CMakeLists.txt
@@ -1,4 +1,5 @@
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_config_definitions()
+install_java_artifact_dependencies(container-core)
vespa_install_script(src/main/sh/vespa-load-balancer-status libexec/vespa)