Skip to content

Commit

Permalink
✅ 修改测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyd-c committed Mar 17, 2020
1 parent 1e1038f commit c6481a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
<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 @@ -98,13 +97,6 @@
<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
45 changes: 0 additions & 45 deletions src/test/java/me/zhyd/oauth/sdk/ThirdPartSdkTest.java

This file was deleted.

0 comments on commit c6481a6

Please sign in to comment.