Fold spring-test-mvc sources into spring-test

With spring-test compiling against Servlet 3.0 it is no longer required
to compile Spring MVC Test sources separately (from spring-test).
This commit is contained in:
Rossen Stoyanchev
2013-11-05 11:44:13 -05:00
parent 0eeb6717e0
commit 2e57cf8bfc
137 changed files with 27 additions and 48 deletions

View File

@@ -17,7 +17,6 @@ include "spring-orm"
include "spring-orm-hibernate4"
include "spring-oxm"
include "spring-test"
include "spring-test-mvc"
include "spring-tx"
include "spring-web"
include "spring-webmvc"