From 31f8aeaf8f6062d30acb09aaa6858e83f2b8b104 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 28 Aug 2017 10:31:20 +0200 Subject: [PATCH] Add rule to prevent imports on Guava 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 --- spring-boot-parent/src/checkstyle/checkstyle.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-boot-parent/src/checkstyle/checkstyle.xml b/spring-boot-parent/src/checkstyle/checkstyle.xml index 5c1d21d3464..f0f7a130340 100644 --- a/spring-boot-parent/src/checkstyle/checkstyle.xml +++ b/spring-boot-parent/src/checkstyle/checkstyle.xml @@ -72,7 +72,9 @@ - + + +