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
commit aa3c319d45bd3a9e08dd244eefd328f08a0e3479 Author: Jiwe Guo <[email protected]> AuthorDate: Sun May 7 19:47:40 2023 +0800 Revert "upgrade hadoop2 version" This reverts commit 7cb5ab701825a76fa868da6ca37c6a825692d2dc. --- pom.xml | 2 +- pulsar-io/flume/pom.xml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8f2d78af042..252cedbf659 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>3.3.4</hadoop2.version> + <hadoop2.version>2.10.2</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 358c25d6e88..5df8971e117 100644 --- a/pulsar-io/flume/pom.xml +++ b/pulsar-io/flume/pom.xml @@ -65,10 +65,6 @@ <artifactId>avro</artifactId> <groupId>org.apache.avro</groupId> </exclusion> - <exclusion> - <artifactId>commons-collections</artifactId> - <groupId>commons-collections</groupId> - </exclusion> </exclusions> </dependency> <dependency>
