diff --git a/java/lance-namespace-glue/pom.xml b/java/lance-namespace-glue/pom.xml index 392c7b6..146f043 100644 --- a/java/lance-namespace-glue/pom.xml +++ b/java/lance-namespace-glue/pom.xml @@ -22,19 +22,6 @@ - - org.lance - lance-core - - - org.lance - lance-namespace-core - - - org.lance - lance-namespace-apache-client - - software.amazon.awssdk glue diff --git a/java/lance-namespace-hive2/pom.xml b/java/lance-namespace-hive2/pom.xml index 7a9b4f0..6a37f62 100644 --- a/java/lance-namespace-hive2/pom.xml +++ b/java/lance-namespace-hive2/pom.xml @@ -18,18 +18,6 @@ jar - - org.lance - lance-core - - - org.lance - lance-namespace-core - - - org.lance - lance-namespace-apache-client - org.apache.hive hive-metastore @@ -47,6 +35,14 @@ org.pentaho pentaho-aggdesigner-algorithm + + io.netty + netty + + + io.netty + netty-all + @@ -62,6 +58,14 @@ org.pentaho pentaho-aggdesigner-algorithm + + io.netty + netty + + + io.netty + netty-all + @@ -77,6 +81,14 @@ org.pentaho pentaho-aggdesigner-algorithm + + io.netty + netty + + + io.netty + netty-all + @@ -100,6 +112,14 @@ org.pentaho pentaho-aggdesigner-algorithm + + io.netty + netty + + + io.netty + netty-all + core @@ -114,6 +134,14 @@ com.google.guava guava + + io.netty + netty + + + io.netty + netty-all + @@ -125,6 +153,10 @@ com.google.guava guava + + io.netty + netty + @@ -137,6 +169,14 @@ com.google.guava guava + + io.netty + netty + + + io.netty + netty-all + diff --git a/java/lance-namespace-hive3/pom.xml b/java/lance-namespace-hive3/pom.xml index 7949e29..48f64c3 100644 --- a/java/lance-namespace-hive3/pom.xml +++ b/java/lance-namespace-hive3/pom.xml @@ -19,21 +19,24 @@ - org.lance - lance-core - - - org.lance - lance-namespace-core - - - org.lance - lance-namespace-apache-client + com.google.errorprone + error_prone_annotations + 2.28.0 org.apache.hive hive-standalone-metastore 3.1.3 + + + io.netty + netty + + + io.netty + netty-all + + org.apache.hive @@ -48,6 +51,14 @@ com.tdunning json + + io.netty + netty + + + io.netty + netty-all + core @@ -57,12 +68,32 @@ hive-metastore 3.1.3 test + + + io.netty + netty + + + io.netty + netty-all + + org.apache.hive hive-service 3.1.3 test + + + io.netty + netty + + + io.netty + netty-all + + org.apache.hive @@ -70,6 +101,16 @@ 3.1.3 test-jar test + + + io.netty + netty + + + io.netty + netty-all + + org.apache.derby diff --git a/java/lance-namespace-iceberg/pom.xml b/java/lance-namespace-iceberg/pom.xml index 351edfc..03527e7 100644 --- a/java/lance-namespace-iceberg/pom.xml +++ b/java/lance-namespace-iceberg/pom.xml @@ -22,19 +22,6 @@ org.lance lance-namespace-impls-core - - org.lance - lance-core - - - org.lance - lance-namespace-core - - - org.lance - lance-namespace-apache-client - - com.fasterxml.jackson.core diff --git a/java/lance-namespace-impls-core/pom.xml b/java/lance-namespace-impls-core/pom.xml index 874024b..94cf026 100644 --- a/java/lance-namespace-impls-core/pom.xml +++ b/java/lance-namespace-impls-core/pom.xml @@ -15,12 +15,6 @@ Core utilities for Lance Namespace implementations including RestClient - - - org.lance - lance-namespace-core - - org.apache.httpcomponents.client5 diff --git a/java/lance-namespace-polaris/pom.xml b/java/lance-namespace-polaris/pom.xml index 4d05466..eb68433 100644 --- a/java/lance-namespace-polaris/pom.xml +++ b/java/lance-namespace-polaris/pom.xml @@ -35,18 +35,6 @@ org.lance lance-namespace-impls-core - - org.lance - lance-core - - - org.lance - lance-namespace-core - - - org.lance - lance-namespace-apache-client - com.fasterxml.jackson.core jackson-databind diff --git a/java/lance-namespace-unity/pom.xml b/java/lance-namespace-unity/pom.xml index 7cc67c3..d3367ff 100644 --- a/java/lance-namespace-unity/pom.xml +++ b/java/lance-namespace-unity/pom.xml @@ -22,20 +22,6 @@ org.lance lance-namespace-impls-core - - org.lance - lance-core - - - org.lance - lance-namespace-core - - - org.lance - lance-namespace-apache-client - - - com.fasterxml.jackson.core diff --git a/java/pom.xml b/java/pom.xml index db38f89..e153707 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -57,9 +57,9 @@ UTF-8 - 2.0.0-beta.4 - 0.4.2 + 2.0.0-rc.3 15.0.0 + 4.1.118.Final 5.8.2 false @@ -95,6 +95,14 @@ lance-namespace-polaris + + + org.lance + lance-core + ${lance-core.version} + + + @@ -102,21 +110,6 @@ lance-namespace-impls-core ${project.version} - - org.lance - lance-core - ${lance-core.version} - - - org.lance - lance-namespace-core - ${lance-namespace.version} - - - org.lance - lance-namespace-apache-client - ${lance-namespace.version} - org.apache.arrow arrow-vector @@ -127,6 +120,17 @@ arrow-memory-netty ${arrow.version} + + + io.netty + netty-buffer + ${netty.version} + + + io.netty + netty-common + ${netty.version} + com.fasterxml.jackson.core