spring-boot/system-test
Andy Wilkinson 96ff9e59ad Remove non-transitive dependencies from spring-boot-starter-test
transitive = false maps to a wildcard exclusion in the published pom.
Unfortunately, this causes problems with Maven as any dependency
on one of the transitive = false modules then has all of its
dependencies excluded, even when it appears elsewhere in the
dependency graph without any exclusions.

Gradle is not affected as it requires an exclusion to be declared
on every route to a dependency for it to be effective. Maven is
affected as it requires the exclusion to be present on only one
route.
2025-07-24 13:20:24 +01:00
..
spring-boot-deployment-system-tests Remove non-transitive dependencies from spring-boot-starter-test 2025-07-24 13:20:24 +01:00
spring-boot-image-system-tests Rationalize starters following modularization 2025-07-22 18:27:27 +01:00