diff options
author | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-02-04 15:37:10 +0100 |
---|---|---|
committer | Thomas Knall <t.knall@datentechnik-innovation.com> | 2015-02-04 15:37:10 +0100 |
commit | 74a42b6128f6f8d21a65dddb9405cd52ebbc0520 (patch) | |
tree | 05d0eb7fcdf45600810102b1204217955634d110 /id/server/modules/pom.xml | |
parent | a9dc7e094a8732f9826ab77648758dd39adc7324 (diff) | |
download | moa-id-spss-74a42b6128f6f8d21a65dddb9405cd52ebbc0520.tar.gz moa-id-spss-74a42b6128f6f8d21a65dddb9405cd52ebbc0520.tar.bz2 moa-id-spss-74a42b6128f6f8d21a65dddb9405cd52ebbc0520.zip |
Create exemplary AuthServlet module (MOAID-68)
- 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.
Diffstat (limited to 'id/server/modules/pom.xml')
-rw-r--r-- | id/server/modules/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/id/server/modules/pom.xml b/id/server/modules/pom.xml index 64b1b57b4..e9234a62f 100644 --- a/id/server/modules/pom.xml +++ b/id/server/modules/pom.xml @@ -21,6 +21,7 @@ <modules> <module>module-stork</module> + <module>module-monitoring</module> </modules> <dependencies> |