eubnara commented on code in PR #282: URL: https://github.com/apache/ranger/pull/282#discussion_r1807822115
########## hdfs-agent/pom.xml: ########## @@ -94,6 +94,10 @@ <groupId>io.netty</groupId> <artifactId>netty</artifactId> </exclusion> + <exclusion> + <groupId>ch.qos.reload4j</groupId> + <artifactId>*</artifactId> + </exclusion> Review Comment: To avoid conflict log4j implementation for Ranger, exclude it. -- 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: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org