|
|
|
|
@ -17,8 +17,8 @@ |
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source> |
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target> |
|
|
|
|
<struts.version>6.7.4</struts.version> |
|
|
|
|
<jsckson.version>2.14.1</jsckson.version> |
|
|
|
|
<struts.version>6.8.0</struts.version> |
|
|
|
|
<jsckson.version>2.18.5</jsckson.version> |
|
|
|
|
<fastjson.version>1.2.83</fastjson.version> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
@ -63,10 +63,16 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>ch.qos.logback</groupId> |
|
|
|
|
<artifactId>logback-classic</artifactId> |
|
|
|
|
<version>1.3.15</version> |
|
|
|
|
<version>1.3.16</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.rabbitmq</groupId> |
|
|
|
|
<artifactId>amqp-client</artifactId> |
|
|
|
|
<version>5.27.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
|
<artifactId>jstl</artifactId> |
|
|
|
|
@ -120,35 +126,38 @@ |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-codec</groupId> |
|
|
|
|
<artifactId>commons-codec</artifactId> |
|
|
|
|
<version>1.15</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- FTP工具包--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- FTP工具包 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-net</groupId> |
|
|
|
|
<artifactId>commons-net</artifactId> |
|
|
|
|
<version>3.9.0</version> |
|
|
|
|
<version>3.12.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- 共享文件工具包--> |
|
|
|
|
<!-- 共享文件工具包--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>eu.agno3.jcifs</groupId> |
|
|
|
|
<artifactId>jcifs-ng</artifactId> |
|
|
|
|
<version>2.1.6</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-codec</groupId> |
|
|
|
|
<artifactId>commons-codec</artifactId> |
|
|
|
|
<version>1.19.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>commons-beanutils</groupId> |
|
|
|
|
<artifactId>commons-beanutils</artifactId> |
|
|
|
|
<version>1.9.4</version> |
|
|
|
|
<version>1.11.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
|
<artifactId>commons-collections4</artifactId> |
|
|
|
|
<version>4.4</version> |
|
|
|
|
<version>4.5.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- XML --> |
|
|
|
|
@ -194,7 +203,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.ehcache</groupId> |
|
|
|
|
<artifactId>ehcache</artifactId> |
|
|
|
|
<version>3.10.8</version> |
|
|
|
|
<version>3.11.1</version> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
|
@ -338,7 +347,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
<artifactId>poi</artifactId> |
|
|
|
|
<version>5.2.3</version> |
|
|
|
|
<version>5.5.0</version> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
|
@ -354,7 +363,7 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.poi</groupId> |
|
|
|
|
<artifactId>poi-ooxml</artifactId> |
|
|
|
|
<version>5.2.3</version> |
|
|
|
|
<version>5.5.0</version> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>commons-io</artifactId> |
|
|
|
|
@ -375,8 +384,8 @@ |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>cn.hutool</groupId> |
|
|
|
|
<artifactId>hutool-captcha</artifactId> |
|
|
|
|
<version>5.8.36</version> |
|
|
|
|
<artifactId>hutool-all</artifactId> |
|
|
|
|
<version>5.8.41</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<!-- <!– https://mvnrepository.com/artifact/com.rabbitmq/amqp-client –>--> |
|
|
|
|
@ -386,27 +395,10 @@ |
|
|
|
|
<!-- <version>5.14.2</version>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.tencent</groupId> |
|
|
|
|
<artifactId>healthcard</artifactId> |
|
|
|
|
<scope>system</scope> |
|
|
|
|
<version>2.7</version> |
|
|
|
|
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/open-platform-sdk-2.7-jdk1.8.jar</systemPath> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.bocom</groupId> |
|
|
|
|
<artifactId>api</artifactId> |
|
|
|
|
<scope>system</scope> |
|
|
|
|
<version>1.1-4</version> |
|
|
|
|
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/bocom-openapi-sdk-1.1-4jdk1.8.jar</systemPath> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>redis.clients</groupId> |
|
|
|
|
<artifactId>jedis</artifactId> |
|
|
|
|
<version>4.2.0</version> |
|
|
|
|
<version>7.1.0</version> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
|
@ -418,7 +410,23 @@ |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.alipay.sdk</groupId> |
|
|
|
|
<artifactId>easysdk-kernel</artifactId> |
|
|
|
|
<version>1.0.11</version> |
|
|
|
|
<version>1.0.12</version> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.tencent</groupId> |
|
|
|
|
<artifactId>healthcard</artifactId> |
|
|
|
|
<scope>system</scope> |
|
|
|
|
<version>2.7</version> |
|
|
|
|
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/open-platform-sdk-2.7-jdk1.8.jar</systemPath> |
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.bocom</groupId> |
|
|
|
|
<artifactId>api</artifactId> |
|
|
|
|
<scope>system</scope> |
|
|
|
|
<version>1.1-4</version> |
|
|
|
|
<systemPath>${pom.basedir}/src/main/webapp/WEB-INF/lib/bocom-openapi-sdk-1.1-4jdk1.8.jar</systemPath> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
|
|
|