summaryrefslogtreecommitdiffstats
path: root/security-utils
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-09-24 17:43:04 +0200
committergjoranv <gv@verizonmedia.com>2021-09-28 11:39:09 +0200
commit3d585a0671ca04254c2ac625f96cc34c075b5673 (patch)
tree90554d1c1416c5f45afcff967b309d4652370ce6 /security-utils
parent858e969ef69797bd1d88b4499193c2fe38a56ecf (diff)
Install plain java artifact, which is now also the bundle.
Diffstat (limited to 'security-utils')
-rw-r--r--security-utils/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/security-utils/CMakeLists.txt b/security-utils/CMakeLists.txt
index a6fe917c322..b701b78e3cc 100644
--- a/security-utils/CMakeLists.txt
+++ b/security-utils/CMakeLists.txt
@@ -1,2 +1,2 @@
# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-install_fat_java_artifact(security-utils)
+install_java_artifact(security-utils)