Skip to content

log4j-core test-jar not published to Maven Central for 2.20.0 release #1291

@norrisjeremy

Description

@norrisjeremy

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions