whycxzp
2023-09-22 1d064a0a25a2aca44f91d041349a0c2525b364cf
lib物理包导入项目本地maven
1个文件已修改
15 ■■■■ 已修改文件
pom.xml 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>