You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ctubbsii (via GitHub)" <gi...@apache.org> on 2023/03/03 14:23:55 UTC

[GitHub] [accumulo] ctubbsii commented on a diff in pull request #3215: Update log4j and remove log4j-core dependency

ctubbsii commented on code in PR #3215:
URL: https://github.com/apache/accumulo/pull/3215#discussion_r1124516066


##########
assemble/pom.xml:
##########
@@ -297,11 +297,6 @@
       <artifactId>log4j-api</artifactId>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>org.apache.logging.log4j</groupId>
-      <artifactId>log4j-core</artifactId>
-      <optional>true</optional>
-    </dependency>
     <dependency>

Review Comment:
   We still need log4j-core in the assembly for runtime. That's why this one didn't have the same comment as the others.



-- 
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: notifications-unsubscribe@accumulo.apache.org

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