Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
server
/
wxJava-final
Seguir
6
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
pay模块显式指定commons-lang3,以便用户项目可能会优先使用所依赖设置的版本
master
Binary Wang
hace 7 años
padre
0b6f4c5915
commit
6fde2d10fa
Se han
modificado 2 ficheros
con
6 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
pom.xml
+5
-0
weixin-java-pay/pom.xml
+ 1
- 1
pom.xml
Ver fichero
@@ -152,7 +152,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.
5
</version>
<version>3.
6
</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
+ 5
- 0
weixin-java-pay/pom.xml
Ver fichero
@@ -30,6 +30,11 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Escribir
Vista previa
Cargando…
Cancelar
Guardar