2
0

fix: update payment pom

This commit is contained in:
caiyuchao
2024-11-28 10:41:25 +08:00
parent fee4d23136
commit bd950b4d3e

View File

@@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.wfc</groupId> <groupId>org.wfc</groupId>
<artifactId>wfc-modules</artifactId> <artifactId>wfc-modules</artifactId>
<version>3.6.4</version> <version>3.6.5</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@@ -40,13 +40,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId> <artifactId>spring-boot-starter-actuator</artifactId>
</dependency> </dependency>
<!-- Swagger UI -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>${swagger.fox.version}</version>
</dependency>
<!-- Mysql Connector --> <!-- Mysql Connector -->
<dependency> <dependency>