This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new a0aed772186 [cherry-pick](branch2.1) fix hudi jni scanner (#41566) a0aed772186 is described below commit a0aed772186026b482f1edc604943cdff4137e33 Author: Socrates <suxiaogang...@icloud.com> AuthorDate: Wed Oct 9 10:31:50 2024 +0800 [cherry-pick](branch2.1) fix hudi jni scanner (#41566) pick from https://github.com/apache/doris/pull/41316 --- fe/fe-common/pom.xml | 9 +++++++++ fe/fe-core/pom.xml | 4 ---- fe/pom.xml | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/fe/fe-common/pom.xml b/fe/fe-common/pom.xml index 4bb86c8e42b..e44546eef44 100644 --- a/fe/fe-common/pom.xml +++ b/fe/fe-common/pom.xml @@ -128,6 +128,15 @@ under the License. <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </dependency> + <dependency> + <groupId>com.aliyun.oss</groupId> + <artifactId>aliyun-sdk-oss</artifactId> + <version>${aliyun-sdk-oss.version}</version> + </dependency> + <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-aliyun</artifactId> + </dependency> </dependencies> <build> <finalName>doris-fe-common</finalName> diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index 1c5ee1990e1..191ded302be 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -418,10 +418,6 @@ under the License. </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-aliyun</artifactId> - </dependency> <dependency> <groupId>com.qcloud.cos</groupId> <artifactId>hadoop-cos</artifactId> diff --git a/fe/pom.xml b/fe/pom.xml index 8e1dfaa330f..e207344f908 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -367,6 +367,7 @@ under the License. <jacoco.version>0.8.10</jacoco.version> <airlift.version>202</airlift.version> <semver4j.version>5.3.0</semver4j.version> + <aliyun-sdk-oss.version>3.15.0</aliyun-sdk-oss.version> </properties> <profiles> <profile> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org