Authored by chunhua

add aliyun

Showing 1 changed file with 20 additions and 0 deletions
@@ -491,6 +491,26 @@ @@ -491,6 +491,26 @@
491 </dependency> 491 </dependency>
492 492
493 493
  494 + <!-- ali yun -->
  495 + <dependency>
  496 + <groupId>commons-httpclient</groupId>
  497 + <artifactId>commons-httpclient</artifactId>
  498 + <version>3.0.1</version>
  499 + </dependency>
  500 + <dependency>
  501 + <groupId>com.aliyun.oss</groupId>
  502 + <artifactId>aliyun-sdk-oss</artifactId>
  503 + <version>2.0.6</version>
  504 + </dependency>
  505 +
  506 + <!-- 七牛-->
  507 + <dependency>
  508 + <groupId>com.qiniu</groupId>
  509 + <artifactId>qiniu-java-sdk</artifactId>
  510 + <version>7.0.5</version>
  511 + </dependency>
  512 +
  513 +
494 </dependencies> 514 </dependencies>
495 </dependencyManagement> 515 </dependencyManagement>
496 516