This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 3acb5f1df33fb54784bbea1d704abcdeec06ab4a
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu Oct 19 09:34:40 2023 +0200

    PHOENIX-7079 Omid 1.1.0 update breaks HBase 2.1-2.3 build because of Netty 
problems
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index a29e1e64a6..3d52330e51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -886,6 +886,12 @@
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-hdfs</artifactId>
         <version>${hadoop.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-all</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
@@ -951,6 +957,10 @@
             <groupId>org.apache.htrace</groupId>
             <artifactId>htrace-core4</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-all</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 

Reply via email to