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


##########
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:
   Removed



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to