Skip to content

Commit 5986fbb

Browse files
committed
单元测试增加缺少的logback依赖
1 parent b2f8ee1 commit 5986fbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

weixin-java-mp/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@
6060
<groupId>redis.clients</groupId>
6161
<artifactId>jedis</artifactId>
6262
</dependency>
63+
<dependency>
64+
<groupId>ch.qos.logback</groupId>
65+
<artifactId>logback-classic</artifactId>
66+
<scope>test</scope>
67+
</dependency>
6368
</dependencies>
6469

6570
<build>

0 commit comments

Comments
 (0)