Convert Babel from AJSC2 to Spring Boot 1.5.12
[aai/babel.git] / src / test / resources / babel-beans.xml
diff --git a/src/test/resources/babel-beans.xml b/src/test/resources/babel-beans.xml
deleted file mode 100644 (file)
index f102337..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context"
-       xsi:schemaLocation="
-               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-4.2.xsd">
-
-       <!-- ////////////////////////////////////////////////////////////////// -->
-       <!-- PROPERTY AND CONFIGURATION FILES -->
-       <!-- ////////////////////////////////////////////////////////////////// -->
-
-       <context:property-placeholder location="classpath:babel-auth.properties" ignore-unresolvable="true" />
-
-       <!-- ////////////////////////////////////////////////////////////////// -->
-       <!-- CONFIG BEANS -->
-       <!-- ////////////////////////////////////////////////////////////////// -->
-
-       <bean id="babelAuthConfig" class="org.onap.aai.babel.config.BabelAuthConfig">
-               <property name="authenticationDisable" value="${auth.authentication.disable}" />
-               <property name="authPolicyFile" value="${auth.policy.file}" />
-       </bean>
-
-       <!-- ////////////////////////////////////////////////////////////////// -->
-       <!-- IMPLEMENTATION BEANS -->
-       <!-- ////////////////////////////////////////////////////////////////// -->
-
-       <bean id="aaiMicroServiceAuth" class="org.onap.aai.auth.AAIMicroServiceAuth" >
-               <constructor-arg ref="babelAuthConfig" />
-       </bean>
-
-
-       <bean id="generateArtifacts" class="org.onap.aai.babel.service.GenerateArtifactsServiceImpl" >
-               <constructor-arg ref="aaiMicroServiceAuth" />   
-       </bean>
-
-</beans>