jsf-spring-integration - mavenizing

(cherry picked from commit eba201c)
This commit is contained in:
Slavisa Baeldung
2016-05-26 11:22:26 +02:00
parent ef53002000
commit 6e6f7c4e1e
7 changed files with 59 additions and 33 deletions
@@ -10,6 +10,6 @@
">
<bean class="org.springframework.context.annotation.CommonAnnotationBeanPostProcessor" />
<bean class="com.baeldung.dao.UserManagementDAOImpl" id="userManagementDAO"/>
<bean class="com.baeldung.springintegration.dao.UserManagementDAOImpl" id="userManagementDAO"/>
</beans>