Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 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 | |
| 9 | <context:component-scan |
| 10 | base-package="org.openecomp.sdc.be.model.operations.impl, |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 11 | org.openecomp.sdc.be.model.jsontitan.operations, |
| 12 | org.openecomp.sdc.be.dao.jsongraph, |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 13 | org.openecomp.sdc.be.model.cache, |
| 14 | org.openecomp.sdc.be.dao.titan, |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 15 | org.openecomp.sdc.be.dao.cassandra, |
| 16 | org.openecomp.sdc.be.model.jsontitan.utils"> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 17 | |
| 18 | </context:component-scan> |
| 19 | |
| 20 | </beans> |