Commit 449b1cf2 authored by 5359's avatar 5359

中登网JAR信息导入

parent c959f306
...@@ -90,8 +90,27 @@ ...@@ -90,8 +90,27 @@
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>1.2.47</version> <version>1.2.70</version>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.9.9</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.9.9</version>
</dependency>
<dependency> <dependency>
<groupId>com.github.binarywang</groupId> <groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-cp</artifactId> <artifactId>weixin-java-cp</artifactId>
...@@ -195,7 +214,7 @@ ...@@ -195,7 +214,7 @@
<dependency> <dependency>
<groupId>com.thoughtworks.xstream</groupId> <groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId> <artifactId>xstream</artifactId>
<version>1.4.9</version> <version>1.4.15</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.hand.hls</groupId> <groupId>com.hand.hls</groupId>
...@@ -225,6 +244,24 @@ ...@@ -225,6 +244,24 @@
${project.basedir}/src/main/webapp/WEB-INF/lib/aliyun-java-sdk-dysmsapi-1.0.0-SANPSHOT.jar ${project.basedir}/src/main/webapp/WEB-INF/lib/aliyun-java-sdk-dysmsapi-1.0.0-SANPSHOT.jar
</systemPath> </systemPath>
</dependency> </dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.65.01</version>
<scope>system</scope>
<systemPath>
${project.basedir}/src/main/webapp/WEB-INF/lib/bcprov-jdk15on-1.65.01.jar
</systemPath>
</dependency>
<dependency>
<groupId>com.rfp</groupId>
<artifactId>rfsp-api</artifactId>
<version>1.6</version>
<scope>system</scope>
<systemPath>
${project.basedir}/src/main/webapp/WEB-INF/lib/rfsp-api-1.6.jar
</systemPath>
</dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
...@@ -235,6 +272,55 @@ ...@@ -235,6 +272,55 @@
<artifactId>java-sdk</artifactId> <artifactId>java-sdk</artifactId>
<version>4.12.0</version> <version>4.12.0</version>
</dependency> </dependency>
<!--Spring-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.29.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>4.3.29.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.29.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.29.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>4.3.29.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.3.29.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.3.29.RELEASE</version>
</dependency>
<!-- websocket -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-websocket</artifactId>
<version>4.3.29.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
<version>4.3.29.RELEASE</version>
</dependency>
<!-- <dependency> <!-- <dependency>
<groupId>com.hand</groupId> <groupId>com.hand</groupId>
<artifactId>hap-db</artifactId> <artifactId>hap-db</artifactId>
...@@ -363,6 +449,23 @@ ...@@ -363,6 +449,23 @@
<exclude>WEB-INF/lib/httpclient-4.3.6.jar</exclude> <exclude>WEB-INF/lib/httpclient-4.3.6.jar</exclude>
<exclude>WEB-INF/lib/httpcore-4.3.3.jar</exclude> <exclude>WEB-INF/lib/httpcore-4.3.3.jar</exclude>
<exclude>WEB-INF/lib/xstream-1.4.1.jar</exclude> <exclude>WEB-INF/lib/xstream-1.4.1.jar</exclude>
<exclude>WEB-INF/lib/jackson-databind-2.8.8.jar</exclude>
<exclude>WEB-INF/lib/jackson-core-2.8.8.jar</exclude>
<exclude>WEB-INF/lib/jackson-annotations-2.8.8.jar</exclude>
<exclude>WEB-INF/lib/spring-aop-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-beans-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-context-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-context-support-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-core-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-expression-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-jdbc-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-messaging-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-test-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-tx-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-web-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-webmvc-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/spring-websocket-4.3.11.RELEASE.jar</exclude>
<exclude>WEB-INF/lib/bcprov-jdk15on-1.47.jar</exclude>
</excludes> </excludes>
</overlay> </overlay>
</overlays> </overlays>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment