aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules
diff options
context:
space:
mode:
authorThomas <>2022-01-09 14:50:27 +0100
committerThomas <>2022-01-09 14:50:27 +0100
commit92cbdb1315174bed0cdb7e565fec181301012a85 (patch)
tree09325d590a1d6b8f7cf15a01f7ad14155c0d7a1d /eidas_modules
parenta3293c946ed5b8e2bc2076a9a7eb00a4c70a41aa (diff)
downloadNational_eIDAS_Gateway-92cbdb1315174bed0cdb7e565fec181301012a85.tar.gz
National_eIDAS_Gateway-92cbdb1315174bed0cdb7e565fec181301012a85.tar.bz2
National_eIDAS_Gateway-92cbdb1315174bed0cdb7e565fec181301012a85.zip
refactor(core): update GUI generation to new API from EAAF-Components 1.2.x
Diffstat (limited to 'eidas_modules')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml
index 60ecfa8c..6d6bb51e 100644
--- a/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml
+++ b/eidas_modules/authmodule-eIDAS-v2/src/test/resources/SpringTest-context_tasks_test.xml
@@ -20,7 +20,7 @@
<import resource="SpringTest-context_basic_test.xml" />
<bean id="mvcGUIBuilderImpl"
- class="at.asitplus.eidas.specific.connector.gui.SpringMvcGuiFormBuilderImpl" />
+ class="at.gv.egiz.eaaf.core.impl.gui.builder.SpringMvcGuiFormBuilderImpl" />
<bean id="springManagedSpecificConnectorCommunicationService"
class="at.asitplus.eidas.specific.modules.auth.eidas.v2.test.dummy.DummySpecificCommunicationService" />