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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -329,6 +329,11 @@ <artifactId>moa-id-module-stork</artifactId>
<version>${moa-id-version}</version>
</dependency>
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-monitoring</artifactId>
+ <version>${moa-id-version}</version>
+ </dependency>
<dependency>
<groupId>MOA.spss.server</groupId>
<artifactId>moa-spss-lib</artifactId>
|