aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2015-12-16 08:07:12 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2015-12-16 08:07:12 +0100
commit5d83525a967b66e74b4bd868de7f9805d5d52f84 (patch)
treeedf4f91fa9eeccf8e1793565910274c0b9396489 /pom.xml
parent6e421407cbd61a63f0f65e27929f28125546cbc1 (diff)
downloadmoa-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.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 28c2d1588..b991b92e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>