Abacn commented on code in PR #35688:
URL: https://github.com/apache/beam/pull/35688#discussion_r2257124240


##########
sdks/java/io/jms/build.gradle:
##########
@@ -39,7 +39,8 @@ dependencies {
   testImplementation library.java.activemq_kahadb_store
   testImplementation library.java.activemq_client
   testImplementation library.java.hamcrest
-  testImplementation library.java.junit
+  // Explicitly specify JUnit 4 version to avoid conflicts with JUnit 5 BOM in 
core
+  testImplementation "junit:junit:4.13.2"

Review Comment:
   why only jms build.gradle need this change? Also this won't be effective as 
BeamModulePlugin forced all dependencies: 
https://github.com/apache/beam/blob/624b2fcd3fdd249d3a13b6faba6e71521e9fd0c1/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L1270



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to