Browse Source

:art: 增加jodd-util依赖

Binary Wang 1 year ago
parent
commit
e19adc802b
1 changed files with 5 additions and 0 deletions
  1. 5 0
      weixin-java-pay/pom.xml

+ 5 - 0
weixin-java-pay/pom.xml

@@ -29,6 +29,11 @@
       <artifactId>jodd-http</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.jodd</groupId>
+      <artifactId>jodd-util</artifactId>
+      <version>6.1.0</version>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.commons</groupId>