blob: 475760f51a7558c0c75d59cc85994e97738125db [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">
Michael Lando451a3402017-02-19 10:28:42 +02006
7
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,
shrikantawachar2623c842019-05-20 12:11:54 +053013 org.openecomp.sdc.be.dao.janusgraph,
Michael Landoa5445102018-03-04 14:53:33 +020014 org.openecomp.sdc.be.dao.cassandra,
shrikantawachar2623c842019-05-20 12:11:54 +053015 org.openecomp.sdc.be.model.jsonjanusgraph.utils
shrek2000969a4e82019-03-28 16:29:17 +020016 ">
17
Michael Lando451a3402017-02-19 10:28:42 +020018
19 </context:component-scan>
shrek2000969a4e82019-03-28 16:29:17 +020020 <bean name="healingPipelineDao" class="org.openecomp.sdc.be.dao.impl.HealingPipelineDao"/>
21 <import resource="healing-context-test.xml"/>
Michael Lando451a3402017-02-19 10:28:42 +020022</beans>