mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-08 14:47:47 +08:00
🎨 增加jodd-util依赖
This commit is contained in:
parent
7f452406e8
commit
e19adc802b
@ -29,6 +29,11 @@
|
|||||||
<artifactId>jodd-http</artifactId>
|
<artifactId>jodd-http</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jodd</groupId>
|
||||||
|
<artifactId>jodd-util</artifactId>
|
||||||
|
<version>6.1.0</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user