diff options
author | Thomas <> | 2022-03-09 18:42:07 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-09 18:42:07 +0100 |
commit | e8623ea98ff82b80a701928f6aed942acc46b3cd (patch) | |
tree | a060bea8c7c7de6eebb6b83abb8b9a22d5647b12 /connector/src | |
parent | b59cc11d18d0c711aae7c5adca9ac6cc48664fc2 (diff) | |
download | National_eIDAS_Gateway-e8623ea98ff82b80a701928f6aed942acc46b3cd.tar.gz National_eIDAS_Gateway-e8623ea98ff82b80a701928f6aed942acc46b3cd.tar.bz2 National_eIDAS_Gateway-e8623ea98ff82b80a701928f6aed942acc46b3cd.zip |
chore(core): fix some more problems after project refactoring
Diffstat (limited to 'connector/src')
-rw-r--r-- | connector/src/main/resources/specific_eIDAS_connector.beans.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/connector/src/main/resources/specific_eIDAS_connector.beans.xml b/connector/src/main/resources/specific_eIDAS_connector.beans.xml index 7ce668ff..46cf1f5b 100644 --- a/connector/src/main/resources/specific_eIDAS_connector.beans.xml +++ b/connector/src/main/resources/specific_eIDAS_connector.beans.xml @@ -12,10 +12,6 @@ http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd"> <import resource="specific_eIDAS_core.beans.xml"/> -<<<<<<< HEAD -======= - ->>>>>>> 7bf7c3c03fd3a1efeaf3f8e3dd75922e2f5f9921 <bean id="processEngineSignalController" class="at.asitplus.eidas.specific.connector.controller.ProcessEngineSignalController" /> @@ -62,12 +58,8 @@ class="at.asitplus.eidas.specific.connector.provider.PvpMetadataProvider" /> <bean id="PVPSubjectNameGenerator" -<<<<<<< HEAD - class="at.asitplus.eidas.specific.connector.builder.PvpSubjectNameGenerator" /> -======= class="at.asitplus.eidas.specific.connector.builder.PvpSubjectNameGenerator" /> ->>>>>>> 7bf7c3c03fd3a1efeaf3f8e3dd75922e2f5f9921 <!-- Tasks --> <bean id="GenerateCountrySelectionFrameTask" |