From bab20b30d6a2ed9c5a6e739260027d23b933dc00 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 22 Jan 2021 12:16:21 +0100 Subject: add basic modules for integration of MS-specific eIDAS Proxy-Service --- pom.xml | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 85460bd8..76181a47 100644 --- a/pom.xml +++ b/pom.xml @@ -153,6 +153,12 @@ eaaf_module_pvp2_idp ${eaaf-core.version} + + at.gv.egiz.eaaf + eaaf_module_pvp2_sp + ${eaaf-core.version} + + at.asitplus.eidas.ms_specific ms_specific_connector @@ -164,6 +170,16 @@ authmodule-eIDAS-v2 ${egiz.eidas.version} + + at.asitplus.eidas.ms_specific.modules + authmodule_id-austria + ${egiz.eidas.version} + + + at.asitplus.eidas.ms_specific.modules + eidas_proxy-sevice + ${egiz.eidas.version} + at.asitplus.eidas.ms_specific modules @@ -465,6 +481,20 @@ ${eaaf-core.version} test + + at.gv.egiz.eaaf + eaaf_module_pvp2_core + ${eaaf-core.version} + test + test-jar + + + at.gv.egiz.eaaf + eaaf_module_pvp2_idp + ${eaaf-core.version} + test + test-jar + at.asitplus.eidas.ms_specific connector_lib @@ -476,10 +506,9 @@ at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 ${egiz.eidas.version} - tests test test-jar - + com.squareup.okhttp3 mockwebserver -- cgit v1.2.3 From 069b4226dc854817f956a58a59ce44049eda99fb Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 22 Jan 2021 17:18:19 +0100 Subject: add basic implementation of eIDAS-Node Proxy-Service request-controller add raw version of eIDAS-Node response-generation action --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 76181a47..526cb4d3 100644 --- a/pom.xml +++ b/pom.xml @@ -508,7 +508,7 @@ ${egiz.eidas.version} test test-jar - + com.squareup.okhttp3 mockwebserver -- cgit v1.2.3 From fa2384985454568439dc286a6a9051fba47322ed Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 25 Jan 2021 16:30:07 +0100 Subject: add ID Austria communication-module and additional jUnit test It's first alpha-version of eIDAS MS-specific Proxy-Service with ID Austria authentication --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 526cb4d3..8e79b76f 100644 --- a/pom.xml +++ b/pom.xml @@ -475,11 +475,26 @@ test test-jar + + at.gv.egiz.eaaf + eaaf_module_pvp2_core + ${eaaf-core.version} + test + test-jar + + + at.gv.egiz.eaaf + eaaf_module_pvp2_idp + ${eaaf-core.version} + test + test-jar + at.gv.egiz.eaaf eaaf_module_pvp2_sp ${eaaf-core.version} test + test-jar at.gv.egiz.eaaf -- cgit v1.2.3 From f3e9322070a738f21c479b19d011810724611e22 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 26 Jul 2021 13:35:03 +0200 Subject: fix warnings in Maven build process --- pom.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8e79b76f..40ffa3e9 100644 --- a/pom.xml +++ b/pom.xml @@ -495,21 +495,7 @@ ${eaaf-core.version} test test-jar - - - at.gv.egiz.eaaf - eaaf_module_pvp2_core - ${eaaf-core.version} - test - test-jar - - - at.gv.egiz.eaaf - eaaf_module_pvp2_idp - ${eaaf-core.version} - test - test-jar - + at.asitplus.eidas.ms_specific connector_lib -- cgit v1.2.3 From 3bf2bf567fd0cc990bba9ad600f0c9c93c3ece37 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 7 Mar 2022 18:20:34 +0100 Subject: refactor(core): move 'connector_lib' to 'core_common_lib' --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 40ffa3e9..b439da0f 100644 --- a/pom.xml +++ b/pom.xml @@ -119,7 +119,7 @@ - connector_lib + core_common_lib connector eidas_modules build_reporting @@ -187,7 +187,7 @@ at.asitplus.eidas.ms_specific - connector_lib + core_common_lib ${egiz.eidas.version} -- cgit v1.2.3 From 300bd1b44f521a2b33c259be1f8d21eba58c1a31 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 8 Mar 2022 13:41:31 +0100 Subject: refactor(core): split 'ms-connector' WebApp into 'core' and 'ms-connector' to reuse some code for 'ms-proxy' WebApp --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index b439da0f..9cbaf234 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,7 @@ connector eidas_modules build_reporting + core_common_webapp @@ -190,6 +191,11 @@ core_common_lib ${egiz.eidas.version} + + at.asitplus.eidas.ms_specific + core_common_webapp + ${egiz.eidas.version} + @@ -498,11 +504,18 @@ at.asitplus.eidas.ms_specific - connector_lib + core_common_lib ${egiz.eidas.version} test test-jar + + at.asitplus.eidas.ms_specific + core_common_webapp + ${egiz.eidas.version} + test + test-jar + at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 -- cgit v1.2.3 From 7bf7c3c03fd3a1efeaf3f8e3dd75922e2f5f9921 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 8 Mar 2022 19:06:10 +0100 Subject: refactor(core): move all project libs into sub-project 'modules' --- pom.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9cbaf234..50c6a2b5 100644 --- a/pom.xml +++ b/pom.xml @@ -118,12 +118,10 @@ - - core_common_lib + connector - eidas_modules - build_reporting - core_common_webapp + modules + build_reporting -- cgit v1.2.3