This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git

commit 9d77a7528529e2d8228fd0aca5742b5b1733e80d
Author: Mark Struberg <[email protected]>
AuthorDate: Mon May 11 09:01:35 2026 +0200

    DELTASPIKE-1366 upgrade setup to use configured junit version
    
    Those parts now all must perfectly match together. The bom is really 
important!
---
 deltaspike/modules/test-control5/impl/pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/deltaspike/modules/test-control5/impl/pom.xml 
b/deltaspike/modules/test-control5/impl/pom.xml
index 682c1ea73..17cb85dc6 100644
--- a/deltaspike/modules/test-control5/impl/pom.xml
+++ b/deltaspike/modules/test-control5/impl/pom.xml
@@ -48,7 +48,7 @@
             <dependency>
                 <groupId>org.junit</groupId>
                 <artifactId>junit-bom</artifactId>
-                <version>5.10.2</version>
+                <version>${junit5.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
@@ -91,7 +91,6 @@
         <dependency>
             <groupId>org.junit.platform</groupId>
             <artifactId>junit-platform-launcher</artifactId>
-            <version>1.10.2</version>
             <scope>test</scope>
         </dependency>
 
@@ -117,7 +116,11 @@
             <version>${project.version}</version>
             <scope>runtime</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.junit.platform</groupId>
+            <artifactId>junit-platform-suite-engine</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>
 

Reply via email to