提交 1e1038fb 编写于 作者: 智布道's avatar 智布道 👁

修改测试用例,增加scope为test的http工具依赖

上级 7cb0f8db
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册