Skip to content

BookKeeper's parent pom.xml should not pull log4j implementations #3891

@tisonkun

Description

@tisonkun

Ref - apache/pulsar#19484 (comment)

PR introduces the problem - #3225 and specifically https://github.com/apache/bookkeeper/pull/3225/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R799

<!-- ROOT/pom.xml -->
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.logging.log4j</groupId>
      <artifactId>log4j-slf4j-impl</artifactId>
    </dependency>

cc @shoothzj

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions