adoroszlai commented on code in PR #4097: URL: https://github.com/apache/ozone/pull/4097#discussion_r1066042707
########## pom.xml: ########## @@ -1202,6 +1232,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <artifactId>jul-to-slf4j</artifactId> <version>${slf4j.version}</version> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>${slf4j.version}</version> + </dependency> Review Comment: `hadoop-common:2.7.3` has `provided` scope, so Ozone does not ship it or its dependencies (unless also used by Ozone). I don't think we should be adding version definitions for such dependencies. -- 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]
