Abacn commented on code in PR #31485:
URL: https://github.com/apache/beam/pull/31485#discussion_r1625172122
##########
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:
ah this is testRuntimeClasspath. never mind, LGTM
--
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]