update 声明 cglib 依赖 控制版本

This commit is contained in:
疯狂的狮子li
2021-12-06 12:12:20 +08:00
parent c3061a19a2
commit 90ba39593a
2 changed files with 12 additions and 0 deletions

View File

@@ -64,6 +64,11 @@
<artifactId>easyexcel</artifactId>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
</dependency>
<!-- yml解析器 -->
<dependency>
<groupId>org.yaml</groupId>