|
@@ -98,12 +98,7 @@
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
- <artifactId>hutool-extra</artifactId>
|
|
|
- <version>5.8.31</version>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>cn.hutool</groupId>
|
|
|
- <artifactId>hutool-json</artifactId>
|
|
|
+ <artifactId>hutool-all</artifactId>
|
|
|
<version>5.8.31</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -156,24 +151,10 @@
|
|
|
<groupId>jakarta.servlet</groupId>
|
|
|
<artifactId>jakarta.servlet-api</artifactId>
|
|
|
</dependency>
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>org.springframework</groupId>-->
|
|
|
-<!-- <artifactId>spring-web</artifactId>-->
|
|
|
-<!-- <version>6.1.12</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
+ <artifactId>spring-web</artifactId>
|
|
|
+ <version>6.1.12</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
-
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <id>smppw-release</id>
|
|
|
- <url>http://120.24.213.180:8081/nexus/content/repositories/releases/</url>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>smppw-snapshots</id>
|
|
|
- <url>http://120.24.213.180:8081/nexus/content/repositories/snapshots/</url>
|
|
|
- <snapshots>
|
|
|
- <enabled>true</enabled>
|
|
|
- </snapshots>
|
|
|
- </repository>
|
|
|
- </repositories>
|
|
|
</project>
|