smengcl commented on code in PR #3408: URL: https://github.com/apache/ozone/pull/3408#discussion_r877156791
########## hadoop-ozone/ozone-manager/pom.xml: ########## @@ -144,6 +144,24 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd"> <version>0.9.11</version> </dependency> + <dependency> + <groupId>org.apache.ranger</groupId> + <artifactId>ranger-intg</artifactId> + <version>3.0.0-SNAPSHOT</version> + <scope>compile</scope> + <!-- Workaround to prevent slf4j binding conflicts until ranger-intg is + fixed to not introduce this to the classpath --> + <exclusions> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jersey</groupId> + <artifactId>jersey-bundle</artifactId> + </exclusion> + </exclusions> Review Comment: Are `elasticsearch` and `lucene` required, which seems to be introduced as transitive dependencies? If not we could exclude them as well? -- 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]
