<?xml version="1.0" encoding="UTF-8"?>
<!--

    The contents of this file are subject to the license and copyright
    detailed in the LICENSE and NOTICE files at the root of the source
    tree and available online at

    http://www.dspace.org/license/

-->
<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-2.5.xsd">

    <!-- these beans are needed to pass the basic SM tests -->
    <bean id="org.dspace.servicemanager.example.ConcreteExample"
          class="org.dspace.servicemanager.example.ConcreteExample"/>

    <bean id="org.dspace.servicemanager.example.ServiceExample"
          class="org.dspace.servicemanager.example.ServiceExampleImpl"/>

    <bean id="org.dspace.servicemanager.SampleAnnotationBean"
          class="org.dspace.servicemanager.SampleAnnotationBean"/>

    <bean id="org.dspace.servicemanager.spring.SpringAnnotationBean"
          class="org.dspace.servicemanager.spring.SpringAnnotationBean"/>
</beans>