Move integration tests to dedicated module

This commit moves the dependency management and test source files
related to integration tests to a dedicated module.
This allows us to focus the root project on building the Spring
Framework.

See gh-23282
This commit is contained in:
Brian Clozel
2019-07-23 11:28:31 +02:00
parent 6008c61680
commit 998f6af290
41 changed files with 25 additions and 18 deletions

1
.gitignore vendored
View File

@@ -21,6 +21,7 @@ classes/
/build
buildSrc/build
/spring-*/build
/integration-tests/build
/src/asciidoc/build
target/