File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ tasks.register('BigQueryStorageApiStreamingPerformanceTest') {
3737}
3838
3939tasks. register(' IcebergPerformanceTest' ) {
40- dependsOn(" :it:iceberg:IcebergPerformanceTest" )
40+ dependsOn(" :it:iceberg:IcebergPerformanceTest" )
4141}
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ configurations.testRuntimeClasspath {
4949 resolutionStrategy. force ' com.github.jbellis:jamm:0.3.0'
5050 // Pin snakeyaml version due to cassandra-all does not support 2.x
5151 resolutionStrategy. force ' org.yaml:snakeyaml:1.33'
52+ exclude group : " at.yawk.lz4" , module : " lz4-java"
5253}
5354
5455dependencies {
Original file line number Diff line number Diff line change @@ -39,6 +39,12 @@ configurations.all {
3939 exclude group : " org.slf4j" , module : " jul-to-slf4j"
4040}
4141
42+ configurations. configureEach {
43+ resolutionStrategy. capabilitiesResolution. withCapability(" org.lz4:lz4-java" ) {
44+ select(" at.yawk.lz4:lz4-java:1.10.2" )
45+ }
46+ }
47+
4248dependencies {
4349 implementation library. java. commons_lang3
4450 implementation library. java. joda_time
You can’t perform that action at this time.
0 commit comments