update qiniu

This commit is contained in:
shuzheng 2016-11-10 18:08:21 +08:00
parent fc77eb63f2
commit 98976778d5
2 changed files with 7 additions and 1 deletions

View File

@ -166,6 +166,12 @@
<artifactId>hibernate-validator</artifactId> <artifactId>hibernate-validator</artifactId>
<version>5.2.2.Final</version> <version>5.2.2.Final</version>
</dependency> </dependency>
<!-- 七牛云存储 -->
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>[7.0.0, 7.1.99]</version>
</dependency>
<!-- Thymeleaf --> <!-- Thymeleaf -->
<dependency> <dependency>
<groupId>org.thymeleaf</groupId> <groupId>org.thymeleaf</groupId>