Skip to content

Commit cabee0f

Browse files
authored
🎨 默认Apache http,排除jodd-http依赖
1 parent 18b49da commit cabee0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-pay/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.jodd</groupId>
2929
<artifactId>jodd-http</artifactId>
30-
<scope>compile</scope>
30+
<scope>provided</scope>
3131
</dependency>
3232

3333
<dependency>

0 commit comments

Comments
 (0)