Skip to content

Commit d486217

Browse files
committed
🔧 调整包引入 scope 范围
1 parent 86f35c4 commit d486217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@
5555
<groupId>com.squareup.okhttp3</groupId>
5656
<artifactId>okhttp</artifactId>
5757
<version>${okhttp3.version}</version>
58-
<scope>provided</scope>
58+
<optional>true</optional>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.apache.httpcomponents</groupId>
6262
<artifactId>httpclient</artifactId>
6363
<version>${httpclient.version}</version>
64-
<scope>provided</scope>
64+
<optional>true</optional>
6565
</dependency>
6666
<dependency>
6767
<groupId>cn.hutool</groupId>
6868
<artifactId>hutool-http</artifactId>
6969
<version>${hutool.version}</version>
70-
<scope>provided</scope>
70+
<optional>true</optional>
7171
</dependency>
7272
<dependency>
7373
<groupId>junit</groupId>

0 commit comments

Comments
 (0)