Skip to content

Commit

Permalink
✅ 修改测试用例,增加scope为test的http工具依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Mar 17, 2020
1 parent 7cb0f8d commit 1e1038f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 1e1038f

Please sign in to comment.