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


##########
sdks/java/io/hadoop-format/build.gradle:
##########
@@ -47,6 +47,8 @@ configurations.testRuntimeClasspath {
 
   // Force use the old version of JAMM that cassandra relies on
   resolutionStrategy.force 'com.github.jbellis:jamm:0.3.0'
+  // Pin snakeyaml version due to cassandra-all does not support 2.x
+  resolutionStrategy.force 'org.yaml:snakeyaml:1.33'

Review Comment:
   sorry, just realize this could affect both main and test artifact. Is it 
possible to just pin the dependency for test (so it won't saffect the released 
artifacts to be released)



-- 
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