updated version of spring data and removed unused dependencies

This commit is contained in:
Mic 2013-05-24 10:31:42 +08:00
parent 46201191e8
commit 6a1b4dd157
2 changed files with 9 additions and 24 deletions

View file

@ -19,9 +19,9 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
</context-param>
<!--
- Location of the XML file that defines the root application context.
- Applied by ContextLoaderServlet.
-->
- Location of the XML file that defines the root application context.
- Applied by ContextLoaderListener.
-->
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>classpath:spring/business-config.xml, classpath:spring/tools-config.xml</param-value>