Authored by LUOXC

up to spring version

Showing 1 changed file with 16 additions and 4 deletions
... ... @@ -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.11</version>
<version>4.12</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>
... ...