norrisjeremy opened a new issue, #1291: URL: https://github.com/apache/logging-log4j2/issues/1291
## 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> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
