添加单元测试依赖。

feature/net-util
ZhouXY108 2023-03-13 16:25:13 +08:00
parent 481253c65d
commit 0b80cf34ba
1 changed files with 7 additions and 0 deletions

View File

@ -28,5 +28,12 @@
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>