This is an automated email from the ASF dual-hosted git repository. hubgeter pushed a commit to branch mc-test-branch-4.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 40d26a2025d311c776b66b55651a58c1c6a9e38f Author: Gabriel <[email protected]> AuthorDate: Fri May 8 11:26:58 2026 +0800 Remove fe-thrift dependency (#63064) --- fe/be-java-extensions/max-compute-connector/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fe/be-java-extensions/max-compute-connector/pom.xml b/fe/be-java-extensions/max-compute-connector/pom.xml index 5501700800d..4662ab83a53 100644 --- a/fe/be-java-extensions/max-compute-connector/pom.xml +++ b/fe/be-java-extensions/max-compute-connector/pom.xml @@ -41,12 +41,6 @@ under the License. <version>${project.version}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.doris</groupId> - <artifactId>fe-thrift</artifactId> - <version>${project.version}</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>com.aliyun.odps</groupId> <artifactId>odps-sdk-core</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
