diff --git a/pom.xml b/pom.xml
index 69a3a65..db4b6e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,10 +130,49 @@
reuseReports
java
true
+ 0.8.7
+ 5.1.0.4751
+
+ org.sonarsource.scanner.maven
+ sonar-maven-plugin
+ ${maven.sonar.plugin.version}
+
+
+ sonar-run
+ verify
+
+ sonar
+
+
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ ${jacoco.maven.plugin.version}
+
+
+ initialize
+
+ prepare-agent
+
+
+ true
+
+
+
+ report
+ prepare-package
+
+ report
+
+
+
+
com.diffplug.spotless
spotless-maven-plugin