summaryrefslogtreecommitdiffstats
path: root/container-apache-http-client-bundle
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon.hallingstad@gmail.com>2022-05-20 22:43:17 +0200
committerGitHub <noreply@github.com>2022-05-20 22:43:17 +0200
commit243a4d6e601c09217edcff35790400b48652047f (patch)
treec65c60fbd62ed454eb7d6d9513b6fc838def0ea4 /container-apache-http-client-bundle
parent37d915ab1872688591a9e9e59c9a3336d8d37e7e (diff)
parent479a1dd853675e5511417e9fd77cd9826c471fe6 (diff)
Merge pull request #22689 from vespa-engine/hakonhall/installjar-cmake-function
install_jar CMake function
Diffstat (limited to 'container-apache-http-client-bundle')
-rw-r--r--container-apache-http-client-bundle/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-apache-http-client-bundle/CMakeLists.txt b/container-apache-http-client-bundle/CMakeLists.txt
index 861fda3395f..0f65b3308fc 100644
--- a/container-apache-http-client-bundle/CMakeLists.txt
+++ b/container-apache-http-client-bundle/CMakeLists.txt
@@ -1,2 +1,2 @@
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_fat_java_artifact(container-apache-http-client-bundle)
+install_jar(container-apache-http-client-bundle-jar-with-dependencies.jar)