‘linchangsheng’ 3 settimane fa
parent
commit
828fbd817d
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -43,6 +43,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-collections4</artifactId>
+            <version>4.4</version> <!-- 根据需求选择最新版本 -->
+        </dependency>
+
+        <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-devtools</artifactId>
             <scope>runtime</scope>