Merge branch '3.4.x'
Closes gh-43707
This commit is contained in:
@@ -35,8 +35,8 @@ import org.springframework.boot.testsupport.classpath.ClassPathOverrides;
|
||||
@Target(ElementType.TYPE)
|
||||
@Documented
|
||||
@ClassPathExclusions("log4j-to-slf4j-*.jar")
|
||||
@ClassPathOverrides({ "org.apache.logging.log4j:log4j-core:2.19.0",
|
||||
"org.apache.logging.log4j:log4j-slf4j-impl:2.19.0" })
|
||||
@ClassPathOverrides({ "org.apache.logging.log4j:log4j-core:2.24.3",
|
||||
"org.apache.logging.log4j:log4j-slf4j-impl:2.24.3" })
|
||||
public @interface ConfigureClasspathToPreferLog4j2 {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user