Closed
Description
Spring projects should use Spring Framework's spring-jcl
module (a dependency of spring-core
) in place of commons-logging:commons-logging
, however spring-data-elasticsearch
pulls in commons-logging:commons-logging
transitively. Can it please be excluded so that users don't end up with two different set of Commons Logging classes on their classpath?