summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@verizonmedia.com>2019-11-18 12:04:08 +0000
committerTor Egge <Tor.Egge@verizonmedia.com>2019-11-18 12:08:00 +0000
commitbac76f90e4f28052afdc5b42059769dae7baa24a (patch)
treed4f2eda0a1a577503d31ecb6bc0d2e1987ea1844
parent00c98abad2d7a98e8a16c5cbd4d3773720a90a54 (diff)
Remove unneeded install of java artifact dependencies.
-rw-r--r--jdisc-security-filters/CMakeLists.txt1
-rw-r--r--security-utils/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/jdisc-security-filters/CMakeLists.txt b/jdisc-security-filters/CMakeLists.txt
index 1c6e067f974..9c5b35941bb 100644
--- a/jdisc-security-filters/CMakeLists.txt
+++ b/jdisc-security-filters/CMakeLists.txt
@@ -1,5 +1,4 @@
# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
install_fat_java_artifact(jdisc-security-filters)
-install_java_artifact_dependencies(jdisc-security-filters)
install_config_definition(src/main/resources/configdefinitions/cors-filter.def)
diff --git a/security-utils/CMakeLists.txt b/security-utils/CMakeLists.txt
index 9f5bd1657df..a6fe917c322 100644
--- a/security-utils/CMakeLists.txt
+++ b/security-utils/CMakeLists.txt
@@ -1,3 +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_dependencies(security-utils)