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

technoboy pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 7cb5ab70182 upgrade hadoop2 version
7cb5ab70182 is described below

commit 7cb5ab701825a76fa868da6ca37c6a825692d2dc
Author: Jiwe Guo <[email protected]>
AuthorDate: Sun May 7 19:44:28 2023 +0800

    upgrade hadoop2 version
---
 pom.xml                 | 2 +-
 pulsar-io/flume/pom.xml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 252cedbf659..8f2d78af042 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <wildfly-elytron.version>1.15.16.Final</wildfly-elytron.version>
     <jsonwebtoken.version>0.11.1</jsonwebtoken.version>
     <opencensus.version>0.28.0</opencensus.version>
-    <hadoop2.version>2.10.2</hadoop2.version>
+    <hadoop2.version>3.3.4</hadoop2.version>
     <hadoop3.version>3.3.4</hadoop3.version>
     <hbase.version>2.4.15</hbase.version>
     <guava.version>31.0.1-jre</guava.version>
diff --git a/pulsar-io/flume/pom.xml b/pulsar-io/flume/pom.xml
index 5df8971e117..358c25d6e88 100644
--- a/pulsar-io/flume/pom.xml
+++ b/pulsar-io/flume/pom.xml
@@ -65,6 +65,10 @@
                     <artifactId>avro</artifactId>
                     <groupId>org.apache.avro</groupId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>commons-collections</artifactId>
+                    <groupId>commons-collections</groupId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to