aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/module-monitoring/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-2/+7
communication) to discrete module
2015-02-04Create exemplary AuthServlet module (MOAID-68)Thomas Knall1-0/+22
- 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.