blob: 7f4ada26968ac1b3db178100e67774c41d9c35f5 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001<?xml version="1.0" encoding="UTF-8"?>
Michael Lando5b593492018-07-29 16:13:45 +03002<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">
andre.schmidaea64ba2021-08-18 14:34:33 +01006
Michael Lando451a3402017-02-19 10:28:42 +02007
8 <context:component-scan
9 base-package="org.openecomp.sdc.be.model.operations.impl,
shrikantawachar2623c842019-05-20 12:11:54 +053010 org.openecomp.sdc.be.model.jsonjanusgraph.operations,
Michael Landoed64b5e2017-06-09 03:19:04 +030011 org.openecomp.sdc.be.dao.jsongraph,
Michael Lando451a3402017-02-19 10:28:42 +020012 org.openecomp.sdc.be.model.cache,
andre.schmidaea64ba2021-08-18 14:34:33 +010013 org.openecomp.sdc.be.client,
shrikantawachar2623c842019-05-20 12:11:54 +053014 org.openecomp.sdc.be.dao.janusgraph,
Michael Landoa5445102018-03-04 14:53:33 +020015 org.openecomp.sdc.be.dao.cassandra,
andre.schmid5e846452020-03-04 16:28:05 +000016 org.openecomp.sdc.be.model.jsonjanusgraph.utils,
17 org.openecomp.sdc.be.model.jsonjanusgraph.config">
shrek2000969a4e82019-03-28 16:29:17 +020018
Michael Lando451a3402017-02-19 10:28:42 +020019
20 </context:component-scan>
shrek2000969a4e82019-03-28 16:29:17 +020021 <bean name="healingPipelineDao" class="org.openecomp.sdc.be.dao.impl.HealingPipelineDao"/>
22 <import resource="healing-context-test.xml"/>
Michael Lando451a3402017-02-19 10:28:42 +020023</beans>