echonesis commented on code in PR #8684: URL: https://github.com/apache/ozone/pull/8684#discussion_r2163112943
########## pom.xml: ########## @@ -2120,6 +2120,23 @@ </rules> </configuration> </execution> + <execution> + <id>ban-jetty-stringutil</id> + <goals> + <goal>enforce</goal> + </goals> + <phase>process-sources</phase> + <configuration> + <rules> + <restrictImports> + <reason>Jetty's StringUtil is disabled by default. Replace it with Apache Common's StringUtils.</reason> Review Comment: Thanks! It will be modified in the next commit. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org