增加hutool工具Jar包
This commit is contained in:
parent
2969bf2ed0
commit
2d0ed000d5
14
pom.xml
14
pom.xml
|
@ -304,9 +304,15 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Jenkins API -->
|
<!-- Jenkins API -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.offbytwo.jenkins</groupId>
|
<groupId>com.offbytwo.jenkins</groupId>
|
||||||
<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