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 --- build_reporting/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'build_reporting') diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index ef3f735f..11f3e20a 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -21,6 +21,14 @@ at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 + + at.asitplus.eidas.ms_specific.modules + authmodule_id-austria + + + at.asitplus.eidas.ms_specific.modules + eidas_proxy-sevice + at.asitplus.eidas.ms_specific ms_specific_connector -- 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' --- build_reporting/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_reporting') diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index 11f3e20a..5fd66372 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -15,7 +15,7 @@ at.asitplus.eidas.ms_specific - connector_lib + core_common_lib at.asitplus.eidas.ms_specific.modules -- 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 --- build_reporting/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build_reporting') diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index 5fd66372..a4528495 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -17,6 +17,11 @@ at.asitplus.eidas.ms_specific core_common_lib + + at.asitplus.eidas.ms_specific + core_common_webapp + ${egiz.eidas.version} + at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 -- cgit v1.2.3