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