diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -6,7 +6,7 @@ <groupId>com.zdjizhi</groupId> <artifactId>p19-file-sync-service</artifactId> - <version>23.03.09</version> + <version>23.09.26</version> <name>p19-file-sync-service</name> <parent> @@ -104,13 +104,11 @@ <artifactId>hutool-all</artifactId> <version>5.5.7</version> </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> - <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> @@ -136,13 +134,11 @@ <artifactId>commons-io</artifactId> <version>2.4</version> </dependency> - <dependency> <groupId>com.alibaba.boot</groupId> <artifactId>nacos-config-spring-boot-starter</artifactId> <version>${nacos.config.version}</version> </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> |
