blob: 24477744d35c33d68798ba4a6b69d3dd1a001287 [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,
Michael Landoed64b5e2017-06-09 03:19:04 +030010 org.openecomp.sdc.be.model.jsontitan.operations,
11 org.openecomp.sdc.be.dao.jsongraph,
Michael Lando451a3402017-02-19 10:28:42 +020012 org.openecomp.sdc.be.model.cache,
13 org.openecomp.sdc.be.dao.titan,
Michael Landoa5445102018-03-04 14:53:33 +020014 org.openecomp.sdc.be.dao.cassandra,
15 org.openecomp.sdc.be.model.jsontitan.utils">
Michael Lando451a3402017-02-19 10:28:42 +020016
17 </context:component-scan>
18
19</beans>