adoroszlai opened a new pull request #2197: URL: https://github.com/apache/ozone/pull/2197
## What changes were proposed in this pull request? Newly introduced dependency check is failing on `master` because Ratis SNAPSHOT jars have SHA, but it is missing in the baseline list of jars. Since version numbers in general are intended to be ignored for the dependency check, we need to remove the SHA, too. https://issues.apache.org/jira/browse/HDDS-5144 ## How was this patch tested? ``` mvn -DskipTests clean verify hadoop-ozone/dev-support/checks/dependency.sh ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
