Centralize TOSCA function validation
[sdc.git] / catalog-model / 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"
3        xmlns:context="http://www.springframework.org/schema/context"
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
7
8   <context:component-scan
9     base-package="org.openecomp.sdc.be.model.operations.impl,
10         org.openecomp.sdc.be.model.jsonjanusgraph.operations,
11         org.openecomp.sdc.be.dao.jsongraph,
12         org.openecomp.sdc.be.model.cache,
13         org.openecomp.sdc.be.client,
14         org.openecomp.sdc.be.model.validation,
15         org.openecomp.sdc.be.model.config,
16                 org.openecomp.sdc.be.dao.janusgraph,
17                 org.openecomp.sdc.be.dao.cassandra,
18                 org.openecomp.sdc.be.model.jsonjanusgraph.utils,
19     org.openecomp.sdc.be.model.jsonjanusgraph.config">
20
21    
22   </context:component-scan>
23   <bean name="healingPipelineDao" class="org.openecomp.sdc.be.dao.impl.HealingPipelineDao"/>
24   <import resource="healing-context-test.xml"/>
25 </beans>