diff --git a/pom.xml b/pom.xml
index a0b33fbe0806f..e95300744813f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,59 +141,6 @@
2.12.15
2.12
-
-
-
-
- net.alchim31.maven
- scala-maven-plugin
- ${scala.compiler.version}
-
-
-
- org.wartremover
- wartremover_${scala.binary.version}
- 3.1.6
-
-
-
-
- io.github.zhztheplayer.scalawarts
- scalawarts_${scala.binary.version}
- 0.1.2
-
-
- ${scala.recompile.mode}
-
- -Wconf:msg=While parsing annotations in:silent,any:e
- -Ywarn-unused:imports
- -deprecation
- -feature
- -Wconf:cat=deprecation:wv,any:e
- -P:wartremover:traverser:io.github.zhztheplayer.scalawarts.InheritFromCaseClass
-
-
-
-
- scala-compile-first
- process-resources
-
- add-source
- compile
-
-
-
- scala-test-compile-first
- process-test-resources
-
- testCompile
-
-
-
-
-
-
-
scala-2.13
@@ -872,6 +819,53 @@
+
+ net.alchim31.maven
+ scala-maven-plugin
+ ${scala.compiler.version}
+
+
+
+ org.wartremover
+ wartremover_${scala.binary.version}
+ 3.1.6
+
+
+
+
+ io.github.zhztheplayer.scalawarts
+ scalawarts_${scala.binary.version}
+ 0.1.2
+
+
+ ${scala.recompile.mode}
+
+ -Wconf:msg=While parsing annotations in:silent,any:e
+ -Ywarn-unused:imports
+ -deprecation
+ -feature
+ -Wconf:cat=deprecation:wv,any:e
+ -P:wartremover:traverser:io.github.zhztheplayer.scalawarts.InheritFromCaseClass
+
+
+
+
+ scala-compile-first
+ process-resources
+
+ add-source
+ compile
+
+
+
+ scala-test-compile-first
+ process-test-resources
+
+ testCompile
+
+
+
+
org.apache.maven.plugins
maven-checkstyle-plugin