update 使用 spring cglib 替换 停止维护的 cglib

This commit is contained in:
疯狂的狮子Li
2022-04-16 14:08:11 +08:00
parent e72b878380
commit 30f0bdc754
3 changed files with 68 additions and 19 deletions

View File

@ -26,7 +26,6 @@
<poi.version>4.1.2</poi.version>
<commons-compress.version>1.21</commons-compress.version>
<easyexcel.version>3.0.5</easyexcel.version>
<cglib.version>3.3.0</cglib.version>
<velocity.version>2.3</velocity.version>
<satoken.version>1.29.0</satoken.version>
<mybatis-plus.version>3.5.1</mybatis-plus.version>
@ -134,12 +133,6 @@
</exclusions>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>${cglib.version}</version>
</dependency>
<!-- velocity代码生成使用模板 -->
<dependency>
<groupId>org.apache.velocity</groupId>