diff options
author | Thomas <> | 2023-09-27 14:07:56 +0200 |
---|---|---|
committer | Thomas <> | 2024-01-26 18:49:57 +0100 |
commit | b3a0302041d08ba8360d96216b6da67580850717 (patch) | |
tree | 9dc2fc819ce886ce1365c94ac3ae9f2a9adbab35 /modules/core_common_webapp/src | |
parent | 1a77d8ff850d014cd81fcc1fd867a2953b497833 (diff) | |
download | National_eIDAS_Gateway-b3a0302041d08ba8360d96216b6da67580850717.tar.gz National_eIDAS_Gateway-b3a0302041d08ba8360d96216b6da67580850717.tar.bz2 National_eIDAS_Gateway-b3a0302041d08ba8360d96216b6da67580850717.zip |
feat(eidas): refactoring to eIDAS node v2.7
Diffstat (limited to 'modules/core_common_webapp/src')
-rw-r--r-- | modules/core_common_webapp/src/main/resources/specific_eIDAS_core_storage.beans.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core_common_webapp/src/main/resources/specific_eIDAS_core_storage.beans.xml b/modules/core_common_webapp/src/main/resources/specific_eIDAS_core_storage.beans.xml index 259f5605..ca820566 100644 --- a/modules/core_common_webapp/src/main/resources/specific_eIDAS_core_storage.beans.xml +++ b/modules/core_common_webapp/src/main/resources/specific_eIDAS_core_storage.beans.xml @@ -11,8 +11,8 @@ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd"> - <import - resource="classpath:specificCommunicationDefinitionApplicationContext.xml" /> + <import resource="classpath:specificCommunicationDefinitionApplicationContext.xml" /> + <import resource="classpath:jCacheImplSpecificCommunicationBeans.xml" /> <!-- <bean id="SimpleInMemoryTransactionStorage" class="at.asitplus.eidas.specific.connector.storage.SimpleInMemoryTransactionStorage" /> --> |