diff --git a/pom.xml b/pom.xml
index 6bcad56..42fdf73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,10 @@
true
+ checkstyle.xml
+ checkstyle-suppression.xml
+ true
+
@@ -82,6 +86,7 @@
3.1.0
+ 3.1.2
3.8.1
3.0.0-M2
3.0.1
@@ -94,6 +99,8 @@
3.0.0-M5
1.1.0
1.6.8
+ 9.2.1
+ 0.5.6
@@ -193,6 +200,25 @@
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ ${version.org.apache.maven.plugins.checkstyle}
+
+
+ com.puppycrawl.tools
+ checkstyle
+ ${version.com.puppycrawl.tools.checkstyle}
+
+
+ io.kokuwa
+ maven-parent
+ ${version.io.kokuwa.checkstyle}
+ zip
+ checkstyle
+
+
+
org.apache.maven.plugins
maven-clean-plugin
@@ -306,6 +332,19 @@
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+
+
+
+ check
+
+
+
+
+