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

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3fda980006 [Task][Remoteshell] fix maven dependency warn (#15635)
3fda980006 is described below

commit 3fda980006512bcbe39c06c79547a6439ae1a70c
Author: Gallardot <[email protected]>
AuthorDate: Tue Feb 27 19:19:11 2024 +0800

    [Task][Remoteshell] fix maven dependency warn (#15635)
    
    Signed-off-by: Gallardot <[email protected]>
---
 .../dolphinscheduler-task-remoteshell/pom.xml                        | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/dolphinscheduler-task-plugin/dolphinscheduler-task-remoteshell/pom.xml 
b/dolphinscheduler-task-plugin/dolphinscheduler-task-remoteshell/pom.xml
index 3ff18edb9c..1986975ab9 100644
--- a/dolphinscheduler-task-plugin/dolphinscheduler-task-remoteshell/pom.xml
+++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-remoteshell/pom.xml
@@ -43,11 +43,6 @@
             <artifactId>dolphinscheduler-task-api</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.dolphinscheduler</groupId>
-            <artifactId>dolphinscheduler-datasource-all</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-sftp</artifactId>

Reply via email to