Description
The log4j-core test-jar for 2.20.0 does not appear to be published to Maven Central.
Configuration
Version: 2.20.0
Operating system: n/a
JDK: n/a
Logs
Could not find artifact org.apache.logging.log4j:log4j-core:jar:tests:2.20.0 in central (https://repo.maven.apache.org/maven2), try downloading from https://logging.apache.org/log4j/2.x/download.html -> [Help 1]
Reproduction
Add the following dependency into pom.xml and see it fail to download:
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.20.0</version>
<type>test-jar</type>
</dependency>