Merge pull request #4 from Diffblue-benchmarks/add-DateUtil-tests

Add unit tests for cn.iocoder.common.framework.util.DateUtil
This commit is contained in:
芋道源码
2019-05-30 09:03:37 -05:00
committed by GitHub
2 changed files with 62 additions and 0 deletions

View File

@@ -88,6 +88,12 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>