summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-04-05 13:06:20 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-04-09 12:49:33 +0200
commit467ec6be1c0f7fd20eb0a4fea065671f51809740 (patch)
treea25cc0b96974df04bca30d7fc0c3badda42f56cd /pom.xml
parentfb46c366e01128f48d478b28ee39ba8f1d71acc4 (diff)
Add new module jdisc-security-filters
* Add new base class for security filters supporting CORS headers * Add CORS response filter and preflight request filter
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b033e04bc0c..27063a6ffcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,7 @@
<module>indexinglanguage</module>
<module>jaxrs_client_utils</module>
<module>jaxrs_utils</module>
+ <module>jdisc-security-filters</module>
<module>jdisc_core</module>
<module>jdisc_core_test</module>
<module>jdisc_http_service</module>