Browse Source

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

master
Binary Wang 7 years ago
parent
commit
5986fbbd25
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      weixin-java-mp/pom.xml

+ 5
- 0
weixin-java-mp/pom.xml 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>


Loading…
Cancel
Save