diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-12-16 08:07:12 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-12-16 08:07:12 +0100 |
commit | 5d83525a967b66e74b4bd868de7f9805d5d52f84 (patch) | |
tree | edf4f91fa9eeccf8e1793565910274c0b9396489 /id/server/auth | |
parent | 6e421407cbd61a63f0f65e27929f28125546cbc1 (diff) | |
download | moa-id-spss-5d83525a967b66e74b4bd868de7f9805d5d52f84.tar.gz moa-id-spss-5d83525a967b66e74b4bd868de7f9805d5d52f84.tar.bz2 moa-id-spss-5d83525a967b66e74b4bd868de7f9805d5d52f84.zip |
add empty eIDAS module
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/pom.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 665c97964..10e031ac4 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -132,17 +132,25 @@ </exclusion> </exclusions> </dependency> - <dependency> + + <!-- Adding eIDAS module dependency automatically adds eIDAS protocol capabilities. --> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-eIDAS</artifactId> + </dependency> + + +<!-- <dependency> <groupId>eu.stork</groupId> <artifactId>oasis-dss-api</artifactId> <version>1.0.0-RELEASE</version> - </dependency> + </dependency> --> - <!-- Adding stork module dependency automatically adds stork capabilities. --> +<!-- Adding stork module dependency automatically adds stork capabilities. <dependency> <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-module-stork</artifactId> - </dependency> + </dependency> --> <!-- Adding monitoring module dependency automatically adds monitoring capabilities. --> <dependency> |