更新 template/pom.xml

This commit is contained in:
ycl
2025-11-02 10:10:37 +08:00
parent d250632515
commit 8552430402

View File

@@ -188,6 +188,11 @@
<artifactId>lombok</artifactId>
<version>1.18.20</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>