diff --git a/microbenchmarks/pom.xml b/microbenchmarks/pom.xml
index 4c2edf75cf3..881b7cd751f 100644
--- a/microbenchmarks/pom.xml
+++ b/microbenchmarks/pom.xml
@@ -121,6 +121,13 @@
true
+
+ com.github.spotbugs
+ spotbugs-maven-plugin
+
+ true
+
+
diff --git a/pom.xml b/pom.xml
index 9aa62e2bea0..642f4402b34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1094,6 +1094,9 @@
${apache-rat-plugin.version}
+
+ dependency-reduced-pom.xml
+
**/.idea/**
@@ -1123,6 +1126,8 @@
**/*.iml
**/*.iws
**/*.ipr
+
+ **/.sdkmanrc
.repository/**