We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f35c4 commit d486217Copy full SHA for d486217
pom.xml
@@ -55,19 +55,19 @@
55
<groupId>com.squareup.okhttp3</groupId>
56
<artifactId>okhttp</artifactId>
57
<version>${okhttp3.version}</version>
58
- <scope>provided</scope>
+ <optional>true</optional>
59
</dependency>
60
<dependency>
61
<groupId>org.apache.httpcomponents</groupId>
62
<artifactId>httpclient</artifactId>
63
<version>${httpclient.version}</version>
64
65
66
67
<groupId>cn.hutool</groupId>
68
<artifactId>hutool-http</artifactId>
69
<version>${hutool.version}</version>
70
71
72
73
<groupId>junit</groupId>
0 commit comments