diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-04-11 09:44:11 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-04-11 09:44:11 +0200 |
commit | 61d276832ebcf1901183dab323126f8ecb6a7370 (patch) | |
tree | ec9df86e1eb3cfb74f1fb68a371cb21d04e40d6b /eaaf_modules/pom.xml | |
parent | 13952dddd85fc08115f963b259885b5c9b7f2b57 (diff) | |
download | EAAF-Components-61d276832ebcf1901183dab323126f8ecb6a7370.tar.gz EAAF-Components-61d276832ebcf1901183dab323126f8ecb6a7370.tar.bz2 EAAF-Components-61d276832ebcf1901183dab323126f8ecb6a7370.zip |
refactor protocol finalization to support protocol response without final redirect
Diffstat (limited to 'eaaf_modules/pom.xml')
-rw-r--r-- | eaaf_modules/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eaaf_modules/pom.xml b/eaaf_modules/pom.xml index d1b5d6e3..585655b1 100644 --- a/eaaf_modules/pom.xml +++ b/eaaf_modules/pom.xml @@ -21,6 +21,7 @@ <module>eaaf_module_pvp2_core</module> <module>eaaf_module_pvp2_idp</module> <module>eaaf_module_pvp2_sp</module> - </modules> + <module>eaaf_module_auth_sl20</module> + </modules> </project>
\ No newline at end of file |