diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-09-08 13:46:32 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-09-08 13:46:32 +0200 |
commit | 37a34d1422fbde8813b4a6027b33e0549d753637 (patch) | |
tree | 76386c49d834c480a9f582b5dbe9a505d1a1fbe2 /id/server/auth-final | |
parent | 031d236181704248475554ebf7ae373096637a4f (diff) | |
download | moa-id-spss-37a34d1422fbde8813b4a6027b33e0549d753637.tar.gz moa-id-spss-37a34d1422fbde8813b4a6027b33e0549d753637.tar.bz2 moa-id-spss-37a34d1422fbde8813b4a6027b33e0549d753637.zip |
switch EHVD module to RC1 version
Diffstat (limited to 'id/server/auth-final')
-rw-r--r-- | id/server/auth-final/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/auth-final/pom.xml b/id/server/auth-final/pom.xml index 50075abfe..1f5582339 100644 --- a/id/server/auth-final/pom.xml +++ b/id/server/auth-final/pom.xml @@ -170,6 +170,11 @@ <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-ehvd_integration</artifactId> + </dependency> <!-- transitive dependencies we don't want to include into the war --> |