Author: fanningpj
Date: Tue Jun 24 13:51:52 2025
New Revision: 1926702

URL: http://svn.apache.org/viewvc?rev=1926702&view=rev
Log:
try to tidy up jupiter dependency by using the junit-bom

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1926702&r1=1926701&r2=1926702&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Tue Jun 24 13:51:52 2025
@@ -171,8 +171,9 @@ subprojects {
     }
 
     dependencies {
-        testImplementation "org.junit.jupiter:junit-jupiter:${junitVersion}"
-        testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.1'
+        testImplementation platform("org.junit:junit-bom:${junitVersion}")
+        testImplementation 'org.junit.jupiter:junit-jupiter'
+        testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
         testImplementation "org.mockito:mockito-core:${mockitoVersion}"
         testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}"
         testImplementation 
"org.apache.logging.log4j:log4j-core:${log4jVersion}"



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

Reply via email to