blob: 1fd76e66666248f400d544504c0df750997e7ad9 [file] [log] [blame]
Michael Landoa5445102018-03-04 14:53:33 +02001<?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"
3 xmlns:context="http://www.springframework.org/schema/context"
4 xmlns:aop="http://www.springframework.org/schema/aop"
5 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
6 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
7 http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">
8
9 <context:annotation-config />
10 <aop:aspectj-autoproxy proxy-target-class="true" />
11
12 <bean class="org.openecomp.sdc.be.components.distribution.engine.DmaapConsumer" />
13 <bean class="org.openecomp.sdc.be.components.distribution.engine.DmaapClientFactory" />
14 <bean class="org.openecomp.sdc.be.components.distribution.engine.ExecutorFactory" />
15 <bean class="org.openecomp.sdc.be.components.distribution.engine.DmaapHealth" />
Michael Lando5b593492018-07-29 16:13:45 +030016 <bean class="org.openecomp.sdc.be.impl.ComponentsUtils" />
Michael Landoa5445102018-03-04 14:53:33 +020017
18</beans>