update sync queries to use searh data service
[aai/sparky-be.git] / sparkybe-onap-application / config / spring-beans / sparky-elasticsearch.xml
1 <beans xmlns="http://www.springframework.org/schema/beans"
2         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="
4                http://www.springframework.org/schema/beans
5                http://www.springframework.org/schema/beans/spring-beans.xsd">
6
7         <bean id="elasticSearchSchemaFactory" class="org.onap.aai.sparky.sync.ElasticSearchSchemaFactory">
8                 <property name="resourceLoader" ref="sparkyResourceLoader" />
9         </bean>
10
11 </beans>