File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -670,13 +670,6 @@ project(':iceberg-delta-lake') {
670670 }
671671 }
672672
673- configurations. all {
674- resolutionStrategy. capabilitiesResolution. withCapability(" org.lz4:lz4-java" ) {
675- select(" at.yawk.lz4:lz4-java:0" )
676- because(" Resolve lz4-java capability conflict between Spark 3.5 (org.lz4:lz4-java:1.8.0) and Iceberg (at.yawk.lz4:lz4-java:1.10.2)" )
677- }
678- }
679-
680673 // The newest version of delta-core uses Spark 3.5.*. The integration test should only be built
681674 // if iceberg-spark-3.5 is available
682675 if (sparkVersions. contains(" 3.5" )) {
@@ -1244,6 +1237,7 @@ project(':iceberg-bom') {
12441237subprojects {
12451238 if (project. name. startsWith(' iceberg-spark' ) ||
12461239 project. name. startsWith(' iceberg-flink' ) ||
1240+ project. name. startsWith(' iceberg-delta-lake' ) ||
12471241 project. name. startsWith(' iceberg-kafka-connect' )) {
12481242
12491243 configurations. all {
You can’t perform that action at this time.
0 commit comments