POM文件更新

This commit is contained in:
yinjinlu-pc\尹金路 2024-11-18 17:42:20 +08:00
parent 5d8f4c664e
commit e4eae92436

View File

@ -56,6 +56,10 @@
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>
</dependency> </dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>