aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@verizonmedia.com>2019-11-18 14:09:01 +0100
committerGitHub <noreply@github.com>2019-11-18 14:09:01 +0100
commit271796794967b10d006e7505d4962f5ab7487051 (patch)
tree87acde5a51bab00388bbfb28d8e9ac094a808bc9
parentda5b0c8a85eb10a0f12af2d0a95ffbab4835a9b9 (diff)
parentbac76f90e4f28052afdc5b42059769dae7baa24a (diff)
Merge pull request #11334 from vespa-engine/toregge/remove-unneeded-dependency-install
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)