移除无用依赖

This commit is contained in:
ruying408
2024-08-04 14:05:43 +08:00
parent 4ff2c51d6c
commit 4d53834dcb

View File

@@ -128,10 +128,6 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
</dependencies>
<build>