Skip to content

Commit 2eef6d5

Browse files
committed
🐛 修复 httpclient 的 scope 问题
1 parent 6ef0501 commit 2eef6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<groupId>org.apache.httpcomponents</groupId>
6262
<artifactId>httpclient</artifactId>
6363
<version>${httpclient.version}</version>
64-
<!--<scope>provided</scope>-->
64+
<scope>provided</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>cn.hutool</groupId>

0 commit comments

Comments
 (0)