Skip to content

Commit

Permalink
➕ Adding qiniu dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Oct 22, 2018
1 parent bb1d2f2 commit d747638
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spring-boot-demo-upload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>

<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>[7.2.0, 7.2.99]</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d747638

Please sign in to comment.