You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "tisonkun (via GitHub)" <gi...@apache.org> on 2023/03/27 15:12:45 UTC

[GitHub] [bookkeeper] tisonkun opened a new issue, #3891: BookKeeper's parent pom.xml should not pull log4j implementations

tisonkun opened a new issue, #3891:
URL: https://github.com/apache/bookkeeper/issues/3891

   Ref - https://github.com/apache/pulsar/issues/19484#issuecomment-1485101091
   
   PR introduces the problem - https://github.com/apache/bookkeeper/pull/3225 and specifically https://github.com/apache/bookkeeper/pull/3225/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8R799
   
   ```xml
   <!-- 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 


-- 
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: commits-unsubscribe@bookkeeper.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [bookkeeper] eolivelli closed issue #3891: BookKeeper's parent pom.xml should not pull log4j implementations

Posted by "eolivelli (via GitHub)" <gi...@apache.org>.
eolivelli closed issue #3891: BookKeeper's parent pom.xml should not pull log4j implementations
URL: https://github.com/apache/bookkeeper/issues/3891


-- 
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: commits-unsubscribe@bookkeeper.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org