单元测试增加缺少的logback依赖

This commit is contained in:
Binary Wang
2017-06-13 19:11:47 +08:00
parent b2f8ee1447
commit 5986fbbd25

View File

@@ -60,6 +60,11 @@
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>