diff --git a/pom.xml b/pom.xml
index dab98e07..ccf5dc42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -496,6 +496,18 @@ limitations under the License.
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+
+ properties
+
+
+
+
+
org.apache.maven.plugins
maven-surefire-plugin
@@ -504,6 +516,8 @@ limitations under the License.
+
+ -javaagent:${org.mockito:mockito-core:jar}
diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml
index 4b1aa446..4705121c 100644
--- a/spring-modulith-examples/pom.xml
+++ b/spring-modulith-examples/pom.xml
@@ -50,6 +50,25 @@
+
+ org.apache.maven.plugins
+ maven-dependency-plugin
+
+
+
+ properties
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ -javaagent:${org.mockito:mockito-core:jar}
+
+