fix junit test. #649

This commit is contained in:
hengyunabc 2019-04-28 14:51:01 +08:00
parent 353d8501f3
commit c925b31ff9

View File

@ -21,6 +21,11 @@
<artifactId>cli</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>