[Feature] add for new

This commit is contained in:
houbb
2020-10-19 23:38:19 +08:00
parent 67f8b1e2a7
commit 56e25d67e3
10 changed files with 645 additions and 16 deletions

View File

@@ -36,6 +36,7 @@
<heaven.version>0.1.114</heaven.version>
<id.version>0.0.6</id.version>
<wait.version>0.0.1</wait.version>
<log-integration.version>1.1.8</log-integration.version>
<!--============================== OTHER ==============================-->
<junit.version>4.12</junit.version>
@@ -72,6 +73,11 @@
<artifactId>wait</artifactId>
<version>${wait.version}</version>
</dependency>
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>log-integration</artifactId>
<version>${log-integration.version}</version>
</dependency>
<!--============================== OTHER ==============================-->
<dependency>