[Add] 添加 junit 依赖项;

[Add] junit:junit 添加依赖项;
This commit is contained in:
LamGC 2020-09-03 18:36:19 +08:00
parent ca6ee0972f
commit c02336b0b6
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -96,6 +96,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>