Skip to content

Commit

Permalink
移除cglib库
Browse files Browse the repository at this point in the history
  • Loading branch information
taowater committed Jul 4, 2024
1 parent 6af7527 commit b453746
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


<properties>
<revision>0.0.7</revision>
<revision>0.0.8</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>8</java.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
Expand All @@ -31,9 +31,7 @@
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
<lombok.version>1.18.32</lombok.version>
<junit.version>5.11.0-M2</junit.version>
<taol.version>0.0.3</taol.version>
<cglib.version>3.3.0</cglib.version>
<hutool.version>6.0.0-M13</hutool.version>
<taol.version>0.0.4</taol.version>
</properties>

<dependencies>
Expand All @@ -48,25 +46,13 @@
<artifactId>taol-core</artifactId>
<version>${taol.version}</version>
</dependency>
<!--hutool-->
<dependency>
<groupId>org.dromara.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>${cglib.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<licenses>
Expand Down

0 comments on commit b453746

Please sign in to comment.