diff --git a/packaging/hudi-azure-bundle/pom.xml b/packaging/hudi-azure-bundle/pom.xml
index f1d429e68ac8..5627834de50f 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,7 +77,15 @@
com.azure:*
com.microsoft.azure:*
+
+ com.nimbusds:*
+ net.minidev:*
+
io.projectreactor:*
+ io.projectreactor.netty:*
+ org.reactivestreams:reactive-streams
+
io.netty:*
@@ -105,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
@@ -116,6 +142,7 @@
META-INF/*.RSA
META-INF/services/javax.*
**/*.proto
+ hbase-webapps/**
@@ -129,6 +156,9 @@
src/main/resources
+
+ src/test/resources
+
@@ -174,6 +204,13 @@
${parquet.version}
compile
+
+
+
+ org.apache.avro
+ avro
+ ${avro.version}
+ compile
+
-