测试时使用 Lombok。

feature/net-util
ZhouXY108 2023-06-03 23:59:20 +08:00
parent fe49fbba58
commit 7b76be03e1
1 changed files with 8 additions and 0 deletions

View File

@ -77,6 +77,14 @@
<version>31.1-jre</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.26</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
</dependencies>
<build>