summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-04-06 13:20:04 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-04-09 12:49:33 +0200
commite056e4faf903ba1d01d2a22f482fd0ab7cfb484b (patch)
treedcca7b53036ee7804fbe09ff75da43ec3232a6f7 /jdisc-security-filters
parent0c0aad4f0c2950a494e7d6d8216245caf7b23e40 (diff)
Make jdisc-security-filters a pre-install requirement of jdisc
Diffstat (limited to 'jdisc-security-filters')
-rw-r--r--jdisc-security-filters/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/jdisc-security-filters/CMakeLists.txt b/jdisc-security-filters/CMakeLists.txt
new file mode 100644
index 00000000000..b20883d3154
--- /dev/null
+++ b/jdisc-security-filters/CMakeLists.txt
@@ -0,0 +1,5 @@
+# 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-security-filter.def)