fix junit test. #649

pull/668/head^2
hengyunabc 6 years ago
parent 353d8501f3
commit c925b31ff9

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

Loading…
Cancel
Save