adoroszlai commented on PR #4314: URL: https://github.com/apache/ozone/pull/4314#issuecomment-1444014922
Thanks @ayushtkn for the suggestion, added the restriction. Without the import replacements: ``` [ERROR] Rule 1: org.apache.maven.plugins.enforcer.RestrictImports failed with message: [ERROR] [ERROR] Banned imports detected: [ERROR] [ERROR] Reason: Use directly from Guava [ERROR] in file: org/apache/hadoop/hdds/utils/db/RDBStore.java [ERROR] org.apache.ratis.thirdparty.com.google.common.annotations.VisibleForTesting (Line: 45, Matched by: org.apache.ratis.thirdparty.com.google.common.**) ``` -- 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]
