Ver código fonte

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

master
Binary Wang 7 anos atrás
pai
commit
5986fbbd25
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      weixin-java-mp/pom.xml

+ 5
- 0
weixin-java-mp/pom.xml Ver arquivo

@@ -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>


Carregando…
Cancelar
Salvar