diff --git a/pom.xml b/pom.xml index d8f871c75..e5dd474f9 100644 --- a/pom.xml +++ b/pom.xml @@ -348,22 +348,6 @@ - - org.apache.iceberg - iceberg-api - ${iceberg.version} - - - org.apache.iceberg - iceberg-core - ${iceberg.version} - - - org.apache.iceberg - iceberg-parquet - ${iceberg.version} - - org.apache.avro avro @@ -624,6 +608,22 @@ test + + org.apache.iceberg + iceberg-api + ${iceberg.version} + + + org.apache.iceberg + iceberg-core + ${iceberg.version} + + + org.apache.iceberg + iceberg-parquet + ${iceberg.version} + + diff --git a/pom_confluent.xml b/pom_confluent.xml index 61e7f3685..f6b9394c9 100644 --- a/pom_confluent.xml +++ b/pom_confluent.xml @@ -66,6 +66,7 @@ 7.7.0 3.25.5 + 1.6.1 @@ -757,6 +758,23 @@ ${assertj-core.version} test + + + org.apache.iceberg + iceberg-api + ${iceberg.version} + + + org.apache.iceberg + iceberg-core + ${iceberg.version} + + + org.apache.iceberg + iceberg-parquet + ${iceberg.version} + +