5fef75be by chentao

no message

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