| | |
| | | <version>4.1.7.Final</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- Redis -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.data</groupId>
|
| | | <artifactId>spring-data-redis</artifactId>
|
| | | <version>1.8.7.RELEASE</version>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>redis.clients</groupId>
|
| | | <artifactId>jedis</artifactId>
|
| | | <version>2.9.0</version>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>org.springframework</groupId>
|
| | | <artifactId>spring-test</artifactId>
|
| | | <version>4.1.6.RELEASE</version>
|
| | | </dependency>
|
| | |
|
| | | <dependency>
|
| | | <groupId>com.alibaba</groupId>
|
| | | <artifactId>fastjson</artifactId>
|
| | | <version>1.2.39</version>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|
| | |
|