aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2016-02-22first version of EGIZ MOA-ID SSO session-transfer moduleThomas Lenz1-0/+1
2016-01-21move or remove third-party library depentenciesThomas Lenz1-0/+4
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-1/+2
communication) to discrete module
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-0/+2
authentication protocol modules are loaded by SPI now.
2015-07-21update maven pom to 3.xThomas Lenz1-1/+1
2015-02-04Create exemplary AuthServlet module (MOAID-68)Thomas Knall1-0/+1
- Create new module moa-id-module-monitoring. - Move MonitoringServlet, DatabaseTestModule, IdentityLinkTestModule, TestManager and TestModuleInterface to new module. - Update pom.xml, adding new module dependency. - Update web.xml, disabling static servlet registration. - Add @WebServlet servlet registration for MonitoringServlet.
2015-02-04Create separate module STORK (MOAID-67)Thomas Knall1-0/+48
- Add new maven module moa-id-modules and sub module moa-id-module-stork. - Move stork relates processes and task to module moa-id-module-stork. - Move module registration to modules package.