From 513b26b3ed3e64393aa67eff7fb6e39426bafa15 Mon Sep 17 00:00:00 2001 From: Lin Liu Date: Fri, 3 Apr 2026 10:34:48 -0700 Subject: [PATCH 1/2] Add hudi-azure-bundle --- packaging/hudi-azure-bundle/pom.xml | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/packaging/hudi-azure-bundle/pom.xml b/packaging/hudi-azure-bundle/pom.xml index f1d429e68ac82..ac44c20eb48a3 100644 --- a/packaging/hudi-azure-bundle/pom.xml +++ b/packaging/hudi-azure-bundle/pom.xml @@ -6,9 +6,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -77,8 +77,13 @@ com.azure:* com.microsoft.azure:* + + com.nimbusds:* + net.minidev:* + io.projectreactor:* - io.netty:* + io.projectreactor.netty:* + org.reactivestreams:reactive-streams io.dropwizard.metrics:metrics-core @@ -116,6 +121,7 @@ META-INF/*.RSA META-INF/services/javax.* **/*.proto + hbase-webapps/** @@ -129,6 +135,9 @@ src/main/resources + + src/test/resources + @@ -174,6 +183,13 @@ ${parquet.version} compile + + + + org.apache.avro + avro + ${avro.version} + compile + - From e2d8a0af1037f04f43808988b11019e550c5e5a6 Mon Sep 17 00:00:00 2001 From: Lin Liu Date: Sun, 5 Apr 2026 16:28:17 -0700 Subject: [PATCH 2/2] Add io.netty related dependency --- packaging/hudi-azure-bundle/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packaging/hudi-azure-bundle/pom.xml b/packaging/hudi-azure-bundle/pom.xml index ac44c20eb48a3..5627834de50f0 100644 --- a/packaging/hudi-azure-bundle/pom.xml +++ b/packaging/hudi-azure-bundle/pom.xml @@ -84,6 +84,9 @@ io.projectreactor:* io.projectreactor.netty:* org.reactivestreams:reactive-streams + + io.netty:* io.dropwizard.metrics:metrics-core @@ -110,6 +113,24 @@ org.openjdk.jol. org.apache.hudi.org.openjdk.jol. + + + io.netty. + org.apache.hudi.io.netty. + + + io.projectreactor. + org.apache.hudi.io.projectreactor. + + + reactor. + org.apache.hudi.reactor. + + + org.reactivestreams. + org.apache.hudi.org.reactivestreams. + false