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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -455,7 +455,13 @@ <groupId>MOA.id.server.modules</groupId> <artifactId>moa-id-modul-citizencard_authentication</artifactId> <version>${moa-id-version}</version> - </dependency> + </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-module-eIDAS</artifactId> + <version>${moa-id-version}</version> + </dependency> + <dependency> <groupId>MOA.spss.server</groupId> |