From 43feabb194358a555df56e07b09dcf5cf541bb62 Mon Sep 17 00:00:00 2001 From: withgit-contributor Date: Sat, 2 Sep 2017 12:54:51 +0900 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 #1 --- 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 5c1d21d34..f0f7a1303 100644 --- a/spring-boot-parent/src/checkstyle/checkstyle.xml +++ b/spring-boot-parent/src/checkstyle/checkstyle.xml @@ -72,7 +72,9 @@ - + + +