mirror of
https://gitee.com/yadong.zhang/JustAuth.git
synced 2025-12-06 16:58:24 +08:00
✅ 修改测试用例,增加scope为test的http工具依赖
This commit is contained in:
parent
7cb0f8dbb6
commit
1e1038fbd4
8
pom.xml
8
pom.xml
@ -66,6 +66,7 @@
|
||||
<fastjson-version>1.2.62</fastjson-version>
|
||||
<alipay-sdk-version>4.8.10.ALL</alipay-sdk-version>
|
||||
<jacoco-version>0.8.2</jacoco-version>
|
||||
<hutool-http-version>5.1.0</hutool-http-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -97,6 +98,13 @@
|
||||
<version>${alipay-sdk-version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- 仅测试时会用到 -->
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-http</artifactId>
|
||||
<version>${hutool-http-version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user