aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2021-09-08 13:46:32 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2021-09-08 13:46:32 +0200
commit37a34d1422fbde8813b4a6027b33e0549d753637 (patch)
tree76386c49d834c480a9f582b5dbe9a505d1a1fbe2
parent031d236181704248475554ebf7ae373096637a4f (diff)
downloadmoa-id-spss-37a34d1422fbde8813b4a6027b33e0549d753637.tar.gz
moa-id-spss-37a34d1422fbde8813b4a6027b33e0549d753637.tar.bz2
moa-id-spss-37a34d1422fbde8813b4a6027b33e0549d753637.zip
switch EHVD module to RC1 version
-rw-r--r--id/server/auth-edu/pom.xml2
-rw-r--r--id/server/auth-final/pom.xml5
-rw-r--r--pom.xml4
3 files changed, 8 insertions, 3 deletions
diff --git a/id/server/auth-edu/pom.xml b/id/server/auth-edu/pom.xml
index 6a8110a28..7d9f0ed44 100644
--- a/id/server/auth-edu/pom.xml
+++ b/id/server/auth-edu/pom.xml
@@ -228,7 +228,7 @@
<artifactId>moa-id-module-EID_connector</artifactId>
</dependency>
- <dependency>
+ <dependency>
<groupId>MOA.id.server.modules</groupId>
<artifactId>moa-id-module-ehvd_integration</artifactId>
</dependency>
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 -->
diff --git a/pom.xml b/pom.xml
index fcb8cba69..630d9cb10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,8 +28,8 @@
<moa-id-module-elga_mandate_client>1.3.2</moa-id-module-elga_mandate_client>
- <moa-id-dummy-auth.version>4.1.5.2</moa-id-dummy-auth.version>
- <moa-id-ehvd_integration.version>4.1.5.3</moa-id-ehvd_integration.version>
+ <moa-id-dummy-auth.version>4.1.5.2</moa-id-dummy-auth.version>
+ <moa-id-ehvd_integration.version>4.1.5.3-RC1</moa-id-ehvd_integration.version>
<!-- =================================================================================== -->
<egiz-spring-api.version>0.3</egiz-spring-api.version>