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 --- connector/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index 2b2c0925..244a08fb 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -52,6 +52,14 @@ at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 + + at.asitplus.eidas.ms_specific.modules + eidas_proxy-sevice + + + at.asitplus.eidas.ms_specific.modules + authmodule_id-austria + -- cgit v1.2.3 From b419fcc99808d550490b7a4bf1e03baf4cacc6fc Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 4 May 2021 11:57:00 +0200 Subject: fix some small bugs --- connector/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index 244a08fb..8ec63765 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -44,6 +44,10 @@ + + at.gv.egiz.eaaf + eaaf_module_pvp2_sp + at.asitplus.eidas.ms_specific connector_lib @@ -159,7 +163,6 @@ at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 - tests test test-jar -- cgit v1.2.3 From 6fe2e9ab4defb4b200fbacdb5bd346b16a3e3037 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 21 Oct 2021 10:54:55 +0200 Subject: fix build process and jUnit test --- connector/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index 8ec63765..7c7d5977 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -159,6 +159,7 @@ at.gv.egiz.eaaf eaaf_module_pvp2_sp test + test-jar at.asitplus.eidas.ms_specific.modules -- 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' --- connector/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index 7c7d5977..4b295e30 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -50,7 +50,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 --- connector/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'connector/pom.xml') diff --git a/connector/pom.xml b/connector/pom.xml index 4b295e30..c2e7534b 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -52,6 +52,10 @@ at.asitplus.eidas.ms_specific core_common_lib + + at.asitplus.eidas.ms_specific + core_common_webapp + at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 @@ -166,7 +170,13 @@ authmodule-eIDAS-v2 test test-jar - + + + at.asitplus.eidas.ms_specific + core_common_webapp + test + test-jar + org.springframework.boot spring-boot-starter-tomcat -- cgit v1.2.3