aboutsummaryrefslogtreecommitdiff
path: root/id/server/auth/pom.xml
diff options
context:
space:
mode:
authorThomas Knall <t.knall@datentechnik-innovation.com>2015-02-04 15:37:10 +0100
committerThomas Knall <t.knall@datentechnik-innovation.com>2015-02-04 15:37:10 +0100
commit74a42b6128f6f8d21a65dddb9405cd52ebbc0520 (patch)
tree05d0eb7fcdf45600810102b1204217955634d110 /id/server/auth/pom.xml
parenta9dc7e094a8732f9826ab77648758dd39adc7324 (diff)
downloadmoa-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/auth/pom.xml')
-rw-r--r--id/server/auth/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml
index df45568dc..cf394b7ad 100644
--- a/id/server/auth/pom.xml
+++ b/id/server/auth/pom.xml
@@ -137,10 +137,18 @@
<artifactId>oasis-dss-api</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
+
+ <!-- Adding stork module dependency automatically adds stork capabilities. -->
<dependency>
<groupId>MOA.id.server.modules</groupId>
<artifactId>moa-id-module-stork</artifactId>
</dependency>
+
+ <!-- Adding monitoring module dependency automatically adds monitoring capabilities. -->
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-monitoring</artifactId>
+ </dependency>
<!-- transitive dependencies we don't want to include into the war -->
<dependency>