mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 07:49:14 +00:00
This commit makes sure that we don't import a class from the Guava library by mistake as it provides various utility classes with similar names as our own. Closes gh-10089