aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2019-12-11 16:04:53 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2019-12-11 16:04:53 +0100
commit81d85c6d08aa5b62e3caf43a97cc513fb855c3fd (patch)
treeddf3e6cc00cbeca3b7ad8d64053315a046748055
parente4fa532f93f10115e1f39c97cc96e5950a048884 (diff)
downloadmoa-id-spss-81d85c6d08aa5b62e3caf43a97cc513fb855c3fd.tar.gz
moa-id-spss-81d85c6d08aa5b62e3caf43a97cc513fb855c3fd.tar.bz2
moa-id-spss-81d85c6d08aa5b62e3caf43a97cc513fb855c3fd.zip
re-add Citizen-Card authentication, ... to MOA-ID production build
-rw-r--r--id/server/auth-final/pom.xml31
1 files changed, 27 insertions, 4 deletions
diff --git a/id/server/auth-final/pom.xml b/id/server/auth-final/pom.xml
index 2fca5d6d4..5e0e062f9 100644
--- a/id/server/auth-final/pom.xml
+++ b/id/server/auth-final/pom.xml
@@ -141,12 +141,35 @@
<artifactId>moa-id-module-saml1</artifactId>
</dependency>
- <dependency>
- <groupId>MOA.id.server.modules</groupId>
- <artifactId>moa-id-module-EID_connector</artifactId>
- </dependency>
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-openID</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-elga_mandate_service</artifactId>
+ </dependency>
+ <dependency>
+ <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-sl20_authentication</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-AT_eIDAS_connector</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>MOA.id.server.modules</groupId>
+ <artifactId>moa-id-module-EID_connector</artifactId>
+ </dependency>
<!-- transitive dependencies we don't want to include into the war -->