adoroszlai commented on code in PR #3557: URL: https://github.com/apache/ozone/pull/3557#discussion_r907597480
########## hadoop-hdds/hadoop-dependency-server/pom.xml: ########## @@ -71,6 +71,22 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <groupId>com.sun.jersey</groupId> <artifactId>jersey-json</artifactId> </exclusion> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + <exclusion> + <groupId>ch.qos.reload4j</groupId> + <artifactId>reload4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> Review Comment: I don't think they are strictly necessary. They used to be excluded in client dependencies, but not in server dependencies. I added them here for consistency. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
