diff --git a/checkstyle/config.xml b/checkstyle/config.xml
index 2b99e29fb..85a1cdc65 100644
--- a/checkstyle/config.xml
+++ b/checkstyle/config.xml
@@ -18,4 +18,6 @@
+
+
diff --git a/pom.xml b/pom.xml
index 2c5edcf2c..28bc47f62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
multi
8.18
+ 0.0.3.RELEASE
3.0.0
3.2.0-alpha05
2.2.0.BUILD-SNAPSHOT
@@ -264,22 +265,27 @@
checkstyle
${checkstyle.version}
+
+ io.spring.nohttp
+ nohttp-checkstyle
+ ${nohttp.version}
+
-
- checkstyle/config.xml
- checkstyle/suppressions.xml
- checkstyle/java-header.txt
- ${project.build.sourceEncoding}
- true
- true
- true
-
maven-checkstyle-plugin
+
+ checkstyle/config.xml
+ checkstyle/suppressions.xml
+ checkstyle/java-header.txt
+ ${project.build.sourceEncoding}
+ true
+ true
+ true
+
validate