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

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


The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
     new af7b34850 add disruptor dependence for sqoop (#2135)
af7b34850 is described below

commit af7b348505f0fe1e92532e453728cdbaf3606b4b
Author: xiaojie19852006 <[email protected]>
AuthorDate: Mon May 23 11:26:56 2022 +0800

    add disruptor dependence for sqoop (#2135)
---
 linkis-engineconn-plugins/engineconn-plugins/sqoop/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/linkis-engineconn-plugins/engineconn-plugins/sqoop/pom.xml 
b/linkis-engineconn-plugins/engineconn-plugins/sqoop/pom.xml
index 550a02611..84f3b0a67 100644
--- a/linkis-engineconn-plugins/engineconn-plugins/sqoop/pom.xml
+++ b/linkis-engineconn-plugins/engineconn-plugins/sqoop/pom.xml
@@ -58,6 +58,12 @@
             <scope>provided</scope>
             <version>1.10.2</version>
         </dependency>
+        <dependency>
+            <groupId>com.lmax</groupId>
+            <artifactId>disruptor</artifactId>
+            <scope>provided</scope>
+            <version>3.4.3</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