|
|
@ -36,11 +36,7 @@
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
<artifactId>snakeyaml</artifactId>
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
<version>${snakeyaml.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cn.smallbun.screw</groupId>
|
|
|
|
|
|
|
|
<artifactId>screw-core</artifactId>
|
|
|
|
|
|
|
|
<version>1.0.5</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.mysql</groupId>
|
|
|
|
<groupId>com.mysql</groupId>
|
|
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
|
|
<artifactId>mysql-connector-j</artifactId>
|
|
|
@ -58,78 +54,75 @@
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
|
<version>${fastjson.version}</version>
|
|
|
|
<version>${fastjson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!--引用jsoup防止xss攻击-->
|
|
|
|
<!--引用jsoup防止xss攻击-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
|
<artifactId>jsoup</artifactId>
|
|
|
|
<version>1.17.2</version>
|
|
|
|
<version>${jsoup.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!--引用gson-->
|
|
|
|
<!--引用gson-->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<artifactId>gson</artifactId>
|
|
|
|
<version>2.10.1</version>
|
|
|
|
<version>${gson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>2.14.0</version>
|
|
|
|
<version>${commons-io.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cn.smallbun.screw</groupId>
|
|
|
|
|
|
|
|
<artifactId>screw-core</artifactId>
|
|
|
|
|
|
|
|
<version>${screw-core.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-email</artifactId>
|
|
|
|
<artifactId>commons-email</artifactId>
|
|
|
|
<version>1.5</version>
|
|
|
|
<version>${commons-email.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<version>3.12.0</version>
|
|
|
|
<version>${commons-lang3.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.dom4j</groupId>
|
|
|
|
<groupId>org.dom4j</groupId>
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
<version>2.1.4</version>
|
|
|
|
<version>${dom4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 日志相关依赖 -->
|
|
|
|
<!-- 其他依赖 -->
|
|
|
|
<!-- SLF4J API -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<groupId>io.github.yedaxia</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<artifactId>japidocs</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
<version>${japidocs.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 添加Logback依赖 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
|
|
|
|
<version>${logback.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
<version>2.17.2</version>
|
|
|
|
<version>${jackson-core.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
<version>2.17.2</version>
|
|
|
|
<version>${jackson-databind.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!--引用ssh+sftp组件-->
|
|
|
|
<!--引用ssh+sftp组件-->
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.github.mwiede/jsch -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.github.mwiede/jsch -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.mwiede</groupId>
|
|
|
|
<groupId>com.github.mwiede</groupId>
|
|
|
|
<artifactId>jsch</artifactId>
|
|
|
|
<artifactId>jsch</artifactId>
|
|
|
|
<version>0.2.19</version>
|
|
|
|
<version>${jsch.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.freemarker/freemarker -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.freemarker/freemarker -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.freemarker</groupId>
|
|
|
|
<groupId>org.freemarker</groupId>
|
|
|
|
<artifactId>freemarker</artifactId>
|
|
|
|
<artifactId>freemarker</artifactId>
|
|
|
|
<version>2.3.33</version>
|
|
|
|
<version>${freemarker.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|