diff options
Diffstat (limited to 'id/server/auth')
-rw-r--r-- | id/server/auth/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index beefad3ca..2705ab7b1 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -161,6 +161,11 @@ <artifactId>moa-id-module-openID</artifactId> </dependency> + <dependency> + <groupId>MOA.id.server.modules</groupId> + <artifactId>moa-id-modul-citizencard_authentication</artifactId> + </dependency> + <!-- transitive dependencies we don't want to include into the war --> <dependency> <groupId>iaik.prod</groupId> |