errose28 commented on code in PR #3408: URL: https://github.com/apache/ozone/pull/3408#discussion_r877298803
########## 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> Review Comment: I see that version on Ranger's ranger-2.3 release branch but it looks like it is not being published ``` [ERROR] Failed to execute goal on project ozone-manager: Could not resolve dependencies for project org.apache.ozone:ozone-manager:jar:1.3.0-SNAPSHOT: Could not find artifact org.apache.ranger:ranger-intg:jar:2.3.0-SNAPSHOT in apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots) -> [Help 1] ``` FYI the Ranger 2.3.0 release is being tracked in this Jira: https://issues.apache.org/jira/browse/RANGER-3710 -- 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]
