ctubbsii commented on code in PR #55:
URL: https://github.com/apache/accumulo-proxy/pull/55#discussion_r1030950682
##########
pom.xml:
##########
@@ -445,12 +445,16 @@
</goals>
<configuration>
<failOnWarning>true</failOnWarning>
+ <ignoredUsedUndeclaredDependencies>
+
<usedUndeclaredDependency>com.google.auto.service:auto-service-annotations:jar:*</usedUndeclaredDependency>
+ </ignoredUsedUndeclaredDependencies>
<ignoredUnusedDeclaredDependencies>
<!-- auto-service isn't detected as use since the annotation
has retention of source -->
<unusedDeclaredDependency>com.google.auto.service:auto-service:jar:*</unusedDeclaredDependency>
<!-- unused/declared implementation jars or parent jars that
bring in children -->
<unusedDeclaredDependency>org.apache.hadoop:hadoop-client-runtime:jar:*</unusedDeclaredDependency>
<unusedDeclaredDependency>org.slf4j:slf4j-log4j12:jar:*</unusedDeclaredDependency>
+
<unusedDeclaredDependency>org.slf4j:slf4j-reload4j:jar:*</unusedDeclaredDependency>
Review Comment:
If this is being added, the log4j12 should be removed.
--
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]