Upgrade SDC from Titan to Janus Graph
[sdc.git] / catalog-dao / src / test / resources / application-context-test.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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"
3         xmlns:util="http://www.springframework.org/schema/util"
4         xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
5            http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
6            http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd">
7            
8         <util:properties id="elasticsearchConfig" location="classpath:elasticsearch.yml" />
9   
10
11   <context:component-scan
12     base-package="
13         org.openecomp.sdc.be.dao.impl,  
14         org.openecomp.sdc.be.dao.es,
15                 org.openecomp.sdc.be.dao.neo4j,
16                 org.openecomp.sdc.be.dao.janusgraph,
17                 org.openecomp.sdc.be.resources.impl
18         ">
19    
20   </context:component-scan>
21   <context:property-placeholder location="classpath:dao.properties" />
22 </beans>