Use Gradle test fixture support for spring-web

See gh-23550
This commit is contained in:
Sam Brannen
2019-12-31 14:58:51 +01:00
parent 8a371c7669
commit 7b6d83a106
463 changed files with 1055 additions and 1003 deletions

View File

@@ -78,11 +78,11 @@ public class TestSourcesPlugin implements Plugin<Project> {
"spring-orm",
"spring-oxm",
// "spring-test",
"spring-tx"
// "spring-web",
// "spring-webflux",
"spring-tx",
"spring-web",
"spring-webflux",
// "spring-webmvc",
// "spring-websocket"
"spring-websocket"
);