This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
server
/
wxJava-final
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
单元测试增加缺少的logback依赖
master
Binary Wang
7 years ago
parent
b2f8ee1447
commit
5986fbbd25
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save