Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-support-rlwx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rl
hls-support-rlwx
Commits
449b1cf2
Commit
449b1cf2
authored
Aug 02, 2021
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中登网JAR信息导入
parent
c959f306
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
105 additions
and
2 deletions
+105
-2
pom.xml
core/pom.xml
+105
-2
bcprov-jdk15on-1.65.01.jar
core/src/main/webapp/WEB-INF/lib/bcprov-jdk15on-1.65.01.jar
+0
-0
rfsp-api-1.6.jar
core/src/main/webapp/WEB-INF/lib/rfsp-api-1.6.jar
+0
-0
No files found.
core/pom.xml
View file @
449b1cf2
...
@@ -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>
...
...
core/src/main/webapp/WEB-INF/lib/bcprov-jdk15on-1.65.01.jar
0 → 100644
View file @
449b1cf2
File added
core/src/main/webapp/WEB-INF/lib/rfsp-api-1.6.jar
0 → 100644
View file @
449b1cf2
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment