aboutsummaryrefslogtreecommitdiff
path: root/core_common_webapp/src/test/resources/spring/SpringTest_core_config.beans.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core_common_webapp/src/test/resources/spring/SpringTest_core_config.beans.xml')
-rw-r--r--core_common_webapp/src/test/resources/spring/SpringTest_core_config.beans.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/core_common_webapp/src/test/resources/spring/SpringTest_core_config.beans.xml b/core_common_webapp/src/test/resources/spring/SpringTest_core_config.beans.xml
deleted file mode 100644
index 2da610f0..00000000
--- a/core_common_webapp/src/test/resources/spring/SpringTest_core_config.beans.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:tx="http://www.springframework.org/schema/tx"
- xmlns:aop="http://www.springframework.org/schema/aop"
- xmlns:mvc="http://www.springframework.org/schema/mvc"
- xsi:schemaLocation="http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
- 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">
-
- <beans profile="deprecatedConfig">
- <bean id="BasicMSSpecificNodeConfig"
- class="at.asitplus.eidas.specific.core.config.BasicConfigurationProvider">
- <constructor-arg value="#{systemProperties['eidas.ms.configuration']}" />
- </bean>
- </beans>
- <beans profile="!deprecatedConfig">
- <bean id="springBootMsSpecificNodeConfig"
- class="at.asitplus.eidas.specific.core.config.SpringBootBasicConfigurationProvider" />
- </beans>
-
-</beans> \ No newline at end of file