Commit 96ff9e5
committed
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.1 parent 84712fa commit 96ff9e5
File tree
40 files changed
+40
-13
lines changed- smoke-test
- spring-boot-smoke-test-actuator-custom-security
- spring-boot-smoke-test-actuator-extension
- spring-boot-smoke-test-actuator-ui
- spring-boot-smoke-test-actuator
- spring-boot-smoke-test-devtools
- spring-boot-smoke-test-hateoas
- spring-boot-smoke-test-jersey
- spring-boot-smoke-test-jetty-jsp
- spring-boot-smoke-test-jetty-ssl
- spring-boot-smoke-test-jetty
- spring-boot-smoke-test-oauth2-authorization-server
- spring-boot-smoke-test-oauth2-client
- spring-boot-smoke-test-oauth2-resource-server
- spring-boot-smoke-test-prometheus
- spring-boot-smoke-test-quartz
- spring-boot-smoke-test-saml2-service-provider
- spring-boot-smoke-test-secure-jersey
- spring-boot-smoke-test-servlet
- spring-boot-smoke-test-session-hazelcast
- spring-boot-smoke-test-session-jdbc
- spring-boot-smoke-test-tomcat-jsp
- spring-boot-smoke-test-tomcat-multi-connectors
- spring-boot-smoke-test-tomcat-ssl
- spring-boot-smoke-test-tomcat
- spring-boot-smoke-test-traditional
- spring-boot-smoke-test-undertow-ssl
- spring-boot-smoke-test-undertow
- spring-boot-smoke-test-web-freemarker
- spring-boot-smoke-test-web-groovy-templates
- spring-boot-smoke-test-web-jsp
- spring-boot-smoke-test-web-method-security
- spring-boot-smoke-test-web-mustache
- spring-boot-smoke-test-web-secure-custom
- spring-boot-smoke-test-web-secure-jdbc
- spring-boot-smoke-test-web-secure
- spring-boot-smoke-test-web-static
- spring-boot-smoke-test-web-thymeleaf
- spring-boot-smoke-test-webflux
- starter/spring-boot-starter-test
- system-test/spring-boot-deployment-system-tests
40 files changed
+40
-13
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
0 commit comments