rules修改

This commit is contained in:
oyo
2026-07-08 18:33:35 +08:00
parent cb04653ecc
commit c6c287b0e8
10 changed files with 11 additions and 15 deletions

View File

@@ -36,12 +36,6 @@
<artifactId>javax.persistence-api</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
@@ -161,7 +155,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<version>1.18.46</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>