mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Elasticsearch server requires log4j-core but we don't want the entire module to have a test dependency on log4j-core as it already uses Logback. This commit uses the modified class path runner to make log4j-core available specifically to the Elasticsearch-related tests. See gh-11166