增加hutool工具Jar包
This commit is contained in:
parent
2969bf2ed0
commit
2d0ed000d5
6
pom.xml
6
pom.xml
|
@ -308,5 +308,11 @@
|
||||||
<artifactId>jenkins-client</artifactId>
|
<artifactId>jenkins-client</artifactId>
|
||||||
<version>0.3.8</version>
|
<version>0.3.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- hutool工具包 -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>cn.hutool</groupId>
|
||||||
|
<artifactId>hutool-all</artifactId>
|
||||||
|
<version>5.0.6</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue