Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-09-28 22:07:00 +08:00
7 changed files with 191 additions and 16 deletions

View File

@@ -85,6 +85,16 @@
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.11.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
</dependencies>