Author: centic
Date: Mon Apr 21 11:31:31 2025
New Revision: 1925196

URL: http://svn.apache.org/viewvc?rev=1925196&view=rev
Log:
Revert JUnit for now, it seem newer versions break some test

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1925196&r1=1925195&r2=1925196&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Mon Apr 21 11:31:31 2025
@@ -127,10 +127,11 @@ dependencies {
     // only necessary to compile against JDK8 internals - for Java9+ there's a 
multimodule implementation
     implementation 'com.sun.org.apache.xml.internal:resolver:20050927'
 
-    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2'
-    testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.2'
-    testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
-    testImplementation 'org.junit.platform:junit-platform-launcher:1.12.2'
+       // NOTE: newer JUnit breaks some tests for some reason
+    testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
+    testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'
+    testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.3'
+    testImplementation 'org.junit.platform:junit-platform-launcher:1.10.3'
     testImplementation "commons-io:commons-io:2.18.0"
     testImplementation "org.apache.logging.log4j:log4j-core:${log4jVersion}"
 //    testImplementation "org.apache.ant:ant-junit:${antVersion}"



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to