This is an automated email from the ASF dual-hosted git repository.
baedke pushed a commit to branch OAK-11948
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/OAK-11948 by this push:
new be98bd2b59 OAK-11948: Update surefire/failsafe dependencies to 3.x
be98bd2b59 is described below
commit be98bd2b5924e39e48c986ccda0ea3b1bdb48106
Author: Manfred Baedke <[email protected]>
AuthorDate: Mon Jan 5 15:54:15 2026 +0100
OAK-11948: Update surefire/failsafe dependencies to 3.x
done
---
oak-parent/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 6248c1d654..a0a4829fb2 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -263,9 +263,11 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>3.5.1</version>
<configuration>
<argLine>${test.opts}</argLine>
<trimStackTrace>false</trimStackTrace>
+ <useModulePath>false</useModulePath>
<systemPropertyVariables>
<!-- evaluated in
oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/util/KnownIssuesIgnoreRule.java
(JUnit4) and
https://github.com/apache/jackrabbit/blob/ed3124e5fe223dada33ce6ddf53bc666063c3f2f/jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/AbstractJCRTest.java#L476
(JUnit3)
@@ -286,9 +288,11 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
+ <version>3.5.1</version>
<configuration>
<argLine>${test.opts}</argLine>
<trimStackTrace>false</trimStackTrace>
+ <useModulePath>false</useModulePath>
<systemPropertyVariables>
<!-- evaluated in
oak-jcr/src/test/java/org/apache/jackrabbit/oak/jcr/util/KnownIssuesIgnoreRule.java
(JUnit4) and
https://github.com/apache/jackrabbit/blob/ed3124e5fe223dada33ce6ddf53bc666063c3f2f/jackrabbit-jcr-tests/src/main/java/org/apache/jackrabbit/test/AbstractJCRTest.java#L476
(JUnit3)