From 64670dc728cf83a047e8773835937b842d5535ed Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期二, 11 十月 2022 15:03:56 +0800 Subject: [PATCH] fix(schedule): ftp下载前判断文件是否存在 --- recommend-video/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/recommend-video/pom.xml b/recommend-video/pom.xml index 330a1f3..6ae0b62 100644 --- a/recommend-video/pom.xml +++ b/recommend-video/pom.xml @@ -47,6 +47,18 @@ <scope>provided</scope> </dependency> + <!-- ftp宸ュ叿 --> + <dependency> + <groupId>com.jcraft</groupId> + <artifactId>jsch</artifactId> + <version>0.1.55</version> + </dependency> + <!--commons-io--> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>2.5</version> + </dependency> </dependencies> </project> -- Gitblit v1.9.1