You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/06/28 08:03:28 UTC

[incubator-linkis] branch dev-1.1.3 updated: Dispose of sqoop engine startup failure due to dependency library conflict

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

peacewong pushed a commit to branch dev-1.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.3 by this push:
     new db52a1f08 Dispose of sqoop engine startup failure due to dependency library conflict
db52a1f08 is described below

commit db52a1f08bb41c22632d0dfba9256939683735ea
Author: hzdhgf <hz...@126.com>
AuthorDate: Tue Jun 28 16:03:22 2022 +0800

    Dispose of sqoop engine startup failure due to dependency library conflict
    
    Dispose of sqoop engine startup failure due to dependency library conflict
---
 linkis-engineconn-plugins/engineconn-plugins/sqoop/pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/linkis-engineconn-plugins/engineconn-plugins/sqoop/pom.xml b/linkis-engineconn-plugins/engineconn-plugins/sqoop/pom.xml
index dd9359c4c..dad0da543 100644
--- a/linkis-engineconn-plugins/engineconn-plugins/sqoop/pom.xml
+++ b/linkis-engineconn-plugins/engineconn-plugins/sqoop/pom.xml
@@ -211,8 +211,14 @@
             <artifactId>linkis-common</artifactId>
             <version>${linkis.version}</version>
             <scope>provided</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.logging.log4j</groupId>
+                    <artifactId>log4j-slf4j-impl</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
-
+      
         <dependency>
             <groupId>org.apache.linkis</groupId>
             <artifactId>linkis-bml-engine-hook</artifactId>
@@ -288,4 +294,4 @@
             </resource>
         </resources>
     </build>
-</project>
\ No newline at end of file
+</project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org