From 1d064a0a25a2aca44f91d041349a0c2525b364cf Mon Sep 17 00:00:00 2001 From: whycxzp <perryhsu@163.com> Date: 星期五, 22 九月 2023 09:24:39 +0800 Subject: [PATCH] lib物理包导入项目本地maven --- pom.xml | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 97f42c7..3058112 100644 --- a/pom.xml +++ b/pom.xml @@ -181,11 +181,20 @@ <systemPath>${pom.basedir}/src/main/resources/lib/jacob.jar</systemPath> </dependency> - <!--<dependency> + <dependency> <groupId>com.enterprisedt</groupId> <artifactId>edtFTPj</artifactId> - <version>1.5.3</version> - </dependency>--> + <version>2.5.0</version> + <scope>system</scope> + <systemPath>${pom.basedir}/src/main/resources/lib/edtftpj.jar</systemPath> + </dependency> + <dependency> + <groupId>com.enterprisedt</groupId> + <artifactId>edtFTPj-libs</artifactId> + <version>2.5.0</version> + <scope>system</scope> + <systemPath>${pom.basedir}/src/main/resources/lib/junit.jar</systemPath> + </dependency> <dependency> <groupId>net.lingala.zip4j</groupId> <artifactId>zip4j</artifactId> -- Gitblit v1.9.1