aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-modules-saml1/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-01-27 14:43:54 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-01-27 14:43:54 +0100
commitc514e19e4915c59f20dd25be1ede953b3d8b02ac (patch)
treeb747ca05c826b937f822874ec439cbf14b8fe174 /id/server/modules/moa-id-modules-saml1/pom.xml
parent8023301ce4686ef5d69233e4690ab2a6c2005dee (diff)
downloadmoa-id-spss-c514e19e4915c59f20dd25be1ede953b3d8b02ac.tar.gz
moa-id-spss-c514e19e4915c59f20dd25be1ede953b3d8b02ac.tar.bz2
moa-id-spss-c514e19e4915c59f20dd25be1ede953b3d8b02ac.zip
fix unresolved dependency in SAML1 authentication module
Diffstat (limited to 'id/server/modules/moa-id-modules-saml1/pom.xml')
-rw-r--r--id/server/modules/moa-id-modules-saml1/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-modules-saml1/pom.xml b/id/server/modules/moa-id-modules-saml1/pom.xml
index 9c43ae277..81c356ced 100644
--- a/id/server/modules/moa-id-modules-saml1/pom.xml
+++ b/id/server/modules/moa-id-modules-saml1/pom.xml
@@ -38,6 +38,12 @@
<groupId>MOA.id.server.modules</groupId>
<artifactId>moa-id-modul-citizencard_authentication</artifactId>
</dependency>
+
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-eIDAS</artifactId>
+ </dependency>
+
</dependencies>