feat: 去除hutool工具
This commit is contained in:
7
pom.xml
7
pom.xml
@ -13,7 +13,6 @@
|
||||
<spring-boot.version>3.5.8</spring-boot.version>
|
||||
<mybatis-flex.version>1.11.4</mybatis-flex.version>
|
||||
<jjwt.version>0.13.0</jjwt.version>
|
||||
<hutool-v7.version>7.0.0-M2</hutool-v7.version>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
@ -58,12 +57,6 @@
|
||||
<version>${jjwt.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- hutool -->
|
||||
<dependency>
|
||||
<groupId>cn.hutool.v7</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>${hutool-v7.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user