瀏覽代碼

更新 七牛云sdk

wuweihao 3 年之前
父節點
當前提交
b4e6138daa
共有 1 個文件被更改,包括 16 次插入2 次删除
  1. 16 2
      gis_common/pom.xml

+ 16 - 2
gis_common/pom.xml

@@ -170,15 +170,29 @@
 
 
         <!-- 七牛oss-->
+        <!--<dependency>-->
+            <!--<groupId>com.qiniu</groupId>-->
+            <!--<artifactId>qiniu-java-sdk</artifactId>-->
+            <!--<version>[7.2.0,7.2.99]</version>-->
+        <!--</dependency>-->
+        <!--<dependency>-->
+            <!--<groupId>com.qiniu</groupId>-->
+            <!--<artifactId>happy-dns-java</artifactId>-->
+            <!--<version>0.1.4</version>-->
+            <!--<scope>compile</scope>-->
+        <!--</dependency>-->
+
         <dependency>
             <groupId>com.qiniu</groupId>
             <artifactId>qiniu-java-sdk</artifactId>
-            <version>[7.2.0,7.2.99]</version>
+            <version>7.10.0</version>
         </dependency>
+
+        <!-- https://mvnrepository.com/artifact/com.qiniu/happy-dns-java -->
         <dependency>
             <groupId>com.qiniu</groupId>
             <artifactId>happy-dns-java</artifactId>
-            <version>0.1.4</version>
+            <version>0.1.6</version>
             <scope>compile</scope>
         </dependency>