5fef75be by chentao

no message

1 parent b7cb3285
...@@ -18,7 +18,20 @@ ...@@ -18,7 +18,20 @@
18 <description> 18 <description>
19 OSS对象存储模块 19 OSS对象存储模块
20 </description> 20 </description>
21 21 <repositories>
22 <!-- 添加一个新的远程仓库 -->
23 <repository>
24 <id>aliyun</id> <!-- 仓库的唯一标识 -->
25 <name>aliyun Repository</name> <!-- 仓库名称 -->
26 <url>http://maven.aliyun.com/nexus/content/groups/public</url> <!-- 仓库的URL地址 -->
27 <releases>
28 <enabled>true</enabled> <!-- 是否允许下载发布版依赖 -->
29 </releases>
30 <snapshots>
31 <enabled>false</enabled> <!-- 是否允许下载快照版依赖 -->
32 </snapshots>
33 </repository>
34 </repositories>
22 <dependencies> 35 <dependencies>
23 36
24 <!-- 通用工具--> 37 <!-- 通用工具-->
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!