增加hutool工具Jar包

This commit is contained in:
seagull 2019-11-27 14:38:29 +08:00
parent 2969bf2ed0
commit 2d0ed000d5
1 changed files with 10 additions and 4 deletions

14
pom.xml
View File

@ -304,9 +304,15 @@
</dependency>
<!-- Jenkins API -->
<dependency>
<groupId>com.offbytwo.jenkins</groupId>
<artifactId>jenkins-client</artifactId>
<version>0.3.8</version>
</dependency>
<groupId>com.offbytwo.jenkins</groupId>
<artifactId>jenkins-client</artifactId>
<version>0.3.8</version>
</dependency>
<!-- hutool工具包 -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.0.6</version>
</dependency>
</dependencies>
</project>