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 ed464ac24c2 [branch-2.1] remove dlf dependencies (#35292)
ed464ac24c2 is described below

commit ed464ac24c214202b3fbe58d705c75245384dd56
Author: Mingyu Chen <[email protected]>
AuthorDate: Thu May 23 17:48:04 2024 +0800

    [branch-2.1] remove dlf dependencies (#35292)
    
    followup #35241
    In #35241, we update the doris-shade version to 2.1.0, which already 
contains dlf dependencies.
    
    pick part of #34749, to remove dlf dependencies in fe/pom.xml
---
 fe/fe-core/pom.xml | 20 --------------------
 fe/pom.xml         |  6 ------
 2 files changed, 26 deletions(-)

diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index 3479a23ad23..0a8cbcdce2f 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -652,26 +652,6 @@ under the License.
             <artifactId>HikariCP</artifactId>
         </dependency>
 
-        <!-- for aliyun dlf -->
-        <dependency>
-            <groupId>com.aliyun.datalake</groupId>
-            <artifactId>metastore-client-hive3</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>com.aliyun</groupId>
-                    <artifactId>tea</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>com.aliyun</groupId>
-                    <artifactId>tea-openapi</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>com.aliyun</groupId>
-                    <artifactId>tea-util</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
         <!-- for fe recognize files stored on gcs -->
         <dependency>
             <groupId>com.google.cloud.bigdataoss</groupId>
diff --git a/fe/pom.xml b/fe/pom.xml
index 7b7a0e342d3..ba0679370ba 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -330,7 +330,6 @@ under the License.
         <httpcore.version>4.4.15</httpcore.version>
         <aws-java-sdk.version>1.12.669</aws-java-sdk.version>
         <mariadb-java-client.version>3.0.9</mariadb-java-client.version>
-        
<dlf-metastore-client-hive.version>0.2.14</dlf-metastore-client-hive.version>
         <hadoop.version>3.3.6</hadoop.version>
         <joda.version>2.8.1</joda.version>
         <project.scm.id>github</project.scm.id>
@@ -1487,11 +1486,6 @@ under the License.
                 <artifactId>mariadb-java-client</artifactId>
                 <version>${mariadb-java-client.version}</version>
             </dependency>
-            <dependency>
-                <groupId>com.aliyun.datalake</groupId>
-                <artifactId>metastore-client-hive3</artifactId>
-                <version>${dlf-metastore-client-hive.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.hive</groupId>
                 <artifactId>hive-common</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to