<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">

    <bean id="clearanceVerificationSystemExportService"
        class="com.armedia.acm.plugins.personnelsecurity.cvs.service.ClearanceVerificationSystemExportService">
        <property name="ecmFileService" ref="ecmFileService"/>
    </bean>

    <bean id="personAssociationDao" class="com.armedia.acm.plugins.person.dao.PersonAssociationDao"/>
    <bean id="complaintDao" class="com.armedia.acm.plugins.complaint.dao.ComplaintDao"/>
    <bean id="caseFileStateService" class="com.armedia.acm.plugins.personnelsecurity.casestatus.service.CaseFileStateService">
        <property name="changeCaseFileStateService" ref="changeCaseFileStateService"/>
    </bean>

</beans>