|
|
@ -407,40 +407,50 @@ |
|
|
|
<dependencies> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<repositories> |
|
|
|
<repository> |
|
|
|
<id>aliyun-central</id> |
|
|
|
<url>https://maven.aliyun.com/repository/central</url> |
|
|
|
</repository> |
|
|
|
<repository> |
|
|
|
<id>aliyun-public</id> |
|
|
|
<url>https://maven.aliyun.com/repository/public</url> |
|
|
|
</repository> |
|
|
|
<repository> |
|
|
|
<id>aliyun-google</id> |
|
|
|
<url>https://maven.aliyun.com/repository/google</url> |
|
|
|
</repository> |
|
|
|
<repository> |
|
|
|
<id>aliyun-spring</id> |
|
|
|
<url>https://maven.aliyun.com/repository/spring</url> |
|
|
|
</repository> |
|
|
|
</repositories> |
|
|
|
<pluginRepositories> |
|
|
|
<pluginRepository> |
|
|
|
<id>aliyun-central</id> |
|
|
|
<url>https://maven.aliyun.com/repository/central</url> |
|
|
|
</pluginRepository> |
|
|
|
<pluginRepository> |
|
|
|
<id>aliyun-public</id> |
|
|
|
<url>https://maven.aliyun.com/repository/public</url> |
|
|
|
</pluginRepository> |
|
|
|
<pluginRepository> |
|
|
|
<id>aliyun-google</id> |
|
|
|
<url>https://maven.aliyun.com/repository/google</url> |
|
|
|
</pluginRepository> |
|
|
|
<pluginRepository> |
|
|
|
<id>aliyun-spring</id> |
|
|
|
<url>https://maven.aliyun.com/repository/spring</url> |
|
|
|
</pluginRepository> |
|
|
|
</pluginRepositories> |
|
|
|
<!-- <repositories>--> |
|
|
|
<!-- <repository>--> |
|
|
|
<!-- <id>aliyun-central</id>--> |
|
|
|
<!-- <url>https://maven.aliyun.com/repository/central</url>--> |
|
|
|
<!-- </repository>--> |
|
|
|
<!-- <repository>--> |
|
|
|
<!-- <id>aliyun-public</id>--> |
|
|
|
<!-- <url>https://maven.aliyun.com/repository/public</url>--> |
|
|
|
<!-- </repository>--> |
|
|
|
<!-- <repository>--> |
|
|
|
<!-- <id>aliyun-google</id>--> |
|
|
|
<!-- <url>https://maven.aliyun.com/repository/google</url>--> |
|
|
|
<!-- </repository>--> |
|
|
|
<!-- <repository>--> |
|
|
|
<!-- <id>aliyun-spring</id>--> |
|
|
|
<!-- <url>https://maven.aliyun.com/repository/spring</url>--> |
|
|
|
<!-- </repository>--> |
|
|
|
<!-- </repositories>--> |
|
|
|
<!-- <pluginRepositories>--> |
|
|
|
<!-- <pluginRepository>--> |
|
|
|
<!-- <id>aliyun-central</id>--> |
|
|
|
<!-- <url>https://maven.aliyun.com/repository/central</url>--> |
|
|
|
<!-- </pluginRepository>--> |
|
|
|
<!-- <pluginRepository>--> |
|
|
|
<!-- <id>aliyun-public</id>--> |
|
|
|
<!-- <url>https://maven.aliyun.com/repository/public</url>--> |
|
|
|
<!-- </pluginRepository>--> |
|
|
|
<!-- <pluginRepository>--> |
|
|
|
<!-- <id>aliyun-google</id>--> |
|
|
|
<!-- <url>https://maven.aliyun.com/repository/google</url>--> |
|
|
|
<!-- </pluginRepository>--> |
|
|
|
<!-- <pluginRepository>--> |
|
|
|
<!-- <id>aliyun-spring</id>--> |
|
|
|
<!-- <url>https://maven.aliyun.com/repository/spring</url>--> |
|
|
|
<!-- </pluginRepository>--> |
|
|
|
<!-- </pluginRepositories>--> |
|
|
|
<distributionManagement> |
|
|
|
<repository> |
|
|
|
<id>nexus-releases</id> |
|
|
|
<url>http://nexus3.yyundong.com/repository/yxt-mvn-releases/</url> |
|
|
|
</repository> |
|
|
|
<snapshotRepository> |
|
|
|
<id>nexus-snapshots</id> |
|
|
|
<url>http://nexus3.yyundong.com/repository/yxt-mvn-snapshot/</url> |
|
|
|
</snapshotRepository> |
|
|
|
</distributionManagement> |
|
|
|
</project> |