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' --- modules/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 modules/pom.xml (limited to 'modules/pom.xml') diff --git a/modules/pom.xml b/modules/pom.xml new file mode 100644 index 00000000..e0b87b3e --- /dev/null +++ b/modules/pom.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + + at.asitplus.eidas + ms_specific + 1.2.4-SNAPSHOT + + at.asitplus.eidas.ms_specific + modules + pom + + Modules for MS specific eIDAS Node + + + core_common_lib + core_common_webapp + authmodule-eIDAS-v2 + authmodule_id-austria + eidas_proxy-sevice + + + -- cgit v1.2.3 From 38d7758281b9cb8ba0f1a7e8a8d10098bcf2dcb8 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 3 Jun 2022 11:40:52 +0200 Subject: refactor(eidas): split 'authmodule-eIDAS-v2' into 'common-eidas' code and connector-specific elements --- modules/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pom.xml') diff --git a/modules/pom.xml b/modules/pom.xml index 6ff8440e..58d71cab 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -18,6 +18,7 @@ authmodule-eIDAS-v2 authmodule_id-austria eidas_proxy-sevice + core_commons_eidas -- cgit v1.2.3