修改pom文件

This commit is contained in:
ascrutae 2016-06-04 21:59:05 +08:00
parent 0d490d3775
commit 4b90ffbe36
1 changed files with 2 additions and 4 deletions

View File

@ -18,16 +18,14 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<!-- http://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.6</version>
<version>2.4.1</version>
</dependency>
<!-- http://mvnrepository.com/artifact/redis.clients/jedis -->
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>