no message
Showing
1 changed file
with
14 additions
and
1 deletions
| ... | @@ -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 | <!-- 通用工具--> | ... | ... |
-
Please register or sign in to post a comment