Explorar el Código

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

master
Binary Wang hace 7 años
padre
commit
5986fbbd25
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      weixin-java-mp/pom.xml

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

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


Cargando…
Cancelar
Guardar