Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 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"> |
andre.schmid | aea64ba | 2021-08-18 14:34:33 +0100 | [diff] [blame^] | 6 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 7 | |
| 8 | <context:component-scan |
| 9 | base-package="org.openecomp.sdc.be.model.operations.impl, |
shrikantawachar | 2623c84 | 2019-05-20 12:11:54 +0530 | [diff] [blame] | 10 | org.openecomp.sdc.be.model.jsonjanusgraph.operations, |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 11 | org.openecomp.sdc.be.dao.jsongraph, |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 12 | org.openecomp.sdc.be.model.cache, |
andre.schmid | aea64ba | 2021-08-18 14:34:33 +0100 | [diff] [blame^] | 13 | org.openecomp.sdc.be.client, |
shrikantawachar | 2623c84 | 2019-05-20 12:11:54 +0530 | [diff] [blame] | 14 | org.openecomp.sdc.be.dao.janusgraph, |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 15 | org.openecomp.sdc.be.dao.cassandra, |
andre.schmid | 5e84645 | 2020-03-04 16:28:05 +0000 | [diff] [blame] | 16 | org.openecomp.sdc.be.model.jsonjanusgraph.utils, |
| 17 | org.openecomp.sdc.be.model.jsonjanusgraph.config"> |
shrek2000 | 969a4e8 | 2019-03-28 16:29:17 +0200 | [diff] [blame] | 18 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 19 | |
| 20 | </context:component-scan> |
shrek2000 | 969a4e8 | 2019-03-28 16:29:17 +0200 | [diff] [blame] | 21 | <bean name="healingPipelineDao" class="org.openecomp.sdc.be.dao.impl.HealingPipelineDao"/> |
| 22 | <import resource="healing-context-test.xml"/> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 23 | </beans> |