Browse Source

[Task][Remoteshell] fix maven dependency warn (#15635)

Signed-off-by: Gallardot <gallardot@apache.org>
dev_wenjun_refactorMaster
Gallardot 2 months ago committed by GitHub
parent
commit
3fda980006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      dolphinscheduler-task-plugin/dolphinscheduler-task-remoteshell/pom.xml

5
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>

Loading…
Cancel
Save