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

diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 88acb0c  [fix] remove scala library dependency when packaging to avoid 
conflicts
88acb0c is described below

commit 88acb0cd1cfda264087d56a4e9ec3ad8d60d2c5e
Author: gnehil <[email protected]>
AuthorDate: Thu Feb 1 16:09:32 2024 +0800

    [fix] remove scala library dependency when packaging to avoid conflicts
---
 spark-doris-connector/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spark-doris-connector/pom.xml b/spark-doris-connector/pom.xml
index bc7dc4a..f5dce80 100644
--- a/spark-doris-connector/pom.xml
+++ b/spark-doris-connector/pom.xml
@@ -301,6 +301,7 @@
                             <excludes>
                                 <exclude>com.google.code.findbugs:*</exclude>
                                 <exclude>org.slf4j:*</exclude>
+                                <exclude>org.scala-lang:*</exclude>
                             </excludes>
                         </artifactSet>
                         <relocations>


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

Reply via email to