keith-turner commented on code in PR #1122:
URL: https://github.com/apache/fluo/pull/1122#discussion_r1015801943
##########
pom.xml:
##########
@@ -384,7 +391,7 @@
<configuration>
<failOnWarning>true</failOnWarning>
<ignoredDependencies>
- <ignoredDependency>log4j:log4j:jar:*</ignoredDependency>
+
<ignoredDependency>org.apache.logging.log4j:*</ignoredDependency>
<ignoredDependency>org.slf4j:slf4j-log4j12:jar:${slf4j.version}</ignoredDependency>
Review Comment:
good catch. I didn't look at that closely enough, i thought it was ignoring
slf4j in general.
--
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]