Closed as not planned
Description
Related to spring-projects/spring-framework#31322, it looks like org.apache.httpcomponents:httpclient
has a transitive dependency on commons-logging:commons-logging
which is a dependency that creates conflicts with Spring Framework own implementation, and even worse that breaks the native compilation (see for details on spring-projects/spring-framework#30575).
Discussing with @snicoll about that, we were wondering if it could be possible for Spring Boot dependency management to exclude commons-logging:commons-logging
transitive dependency from the managed dependencies like org.apache.httpcomponents:httpclient
(and potentially other ones).
Metadata
Metadata
Assignees
Labels
No labels