Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
parent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
8 years ago
Commit
69dc1ec2e3aa308537bc02be8174621f2c2132ab
1 parent
7cc4aab0
up to spring version
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
pom.xml
pom.xml
View file @
69dc1ec
...
...
@@ -12,7 +12,7 @@
<java.version>
1.8
</java.version>
<java.encoding>
UTF-8
</java.encoding>
<!-- spring版本号 -->
<spring.version>
4.
2.2
.RELEASE
</spring.version>
<spring.version>
4.
3.8
.RELEASE
</spring.version>
<!-- mybatis版本号 -->
<mybatis.version>
3.2.6
</mybatis.version>
<!-- log4j日志文件管理包版本 -->
...
...
@@ -99,6 +99,18 @@
<version>
${yoho.core.version}
</version>
</dependency>
<dependency>
<groupId>
com.yoho.core
</groupId>
<artifactId>
yoho-core-redis-cluster
</artifactId>
<version>
${yoho.core.version}
</version>
</dependency>
<dependency>
<groupId>
com.yoho.core
</groupId>
<artifactId>
yoho-core-cache-clean-cluster
</artifactId>
<version>
${yoho.core.version}
</version>
</dependency>
<!-- //////////////// start yoho model //////////////// -->
<dependency>
<groupId>
com.yoho.service.model
</groupId>
...
...
@@ -214,7 +226,7 @@
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.1
1
</version>
<version>
4.1
2
</version>
<scope>
test
</scope>
</dependency>
<!-- swagger -->
...
...
@@ -644,13 +656,13 @@
<dependency>
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-redis
</artifactId>
<version>
1.
6.1
.RELEASE
</version>
<version>
1.
8.3
.RELEASE
</version>
</dependency>
<dependency>
<groupId>
redis.clients
</groupId>
<artifactId>
jedis
</artifactId>
<version>
2.
7.3
</version>
<version>
2.
9.0
</version>
</dependency>
...
...
Please
register
or
login
to post a comment