更新 template/pom.xml

This commit is contained in:
ycl
2025-11-02 10:10:03 +08:00
parent a924be5bc7
commit d583b17fbd

View File

@@ -224,6 +224,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>