From 8942276a3e03923cfc1d162582ca0f734a54ea90 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 16 May 2022 11:30:58 +0200 Subject: fix(matching): optimize prozess handling during alternative eIDAS authentication --- modules/authmodule-eIDAS-v2/pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'modules/authmodule-eIDAS-v2/pom.xml') diff --git a/modules/authmodule-eIDAS-v2/pom.xml b/modules/authmodule-eIDAS-v2/pom.xml index 2cb8d82e..1d18aac0 100644 --- a/modules/authmodule-eIDAS-v2/pom.xml +++ b/modules/authmodule-eIDAS-v2/pom.xml @@ -368,13 +368,17 @@ false - **/at/gv/e_government/reference/namespace/persondata/_20020228/* - **/org/w3/_2000/_09/* - **/org/w3/_2001/_04/* **/szrservices/* **/generated/cxf/* **at/gv/bmi/namespace/* **at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/* + org/w3/_2000/**/* + at/gv/bmi/namespace/**/* + at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/**/* + at/gv/bmi/namespace/**/* + at/gv/e_government/reference/namespace/**/* + org/w3/_2000/_09/**/* + org/xmlsoap/schemas/ws/**/* -- cgit v1.2.3