From f0d29e6fb66e152d6387c01ae2c2f599bda554bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Z=C4=85bek?= Date: Thu, 14 Nov 2024 09:55:09 +0100 Subject: [PATCH] update pom_confluent and move iceberg deps to the bottom --- pom.xml | 32 ++++++++++++++++---------------- pom_confluent.xml | 18 ++++++++++++++++++ 2 files changed, 34 insertions(+), 16 deletions(-) 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} + +