|
@ -97,11 +97,6 @@ |
|
|
</dependencyManagement> |
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|
<repositories> |
|
|
<repositories> |
|
|
<!--<repository> |
|
|
|
|
|
<id>mvnrepo</id> |
|
|
|
|
|
<name>jianjun gitee</name> |
|
|
|
|
|
<url>https://gitee.com/jianjun4833/mvnrepo/blob/master/</url> |
|
|
|
|
|
</repository>--> |
|
|
|
|
|
<repository> |
|
|
<repository> |
|
|
<id>public</id> |
|
|
<id>public</id> |
|
|
<name>aliyun nexus</name> |
|
|
<name>aliyun nexus</name> |
|
@ -110,6 +105,11 @@ |
|
|
<enabled>true</enabled> |
|
|
<enabled>true</enabled> |
|
|
</releases> |
|
|
</releases> |
|
|
</repository> |
|
|
</repository> |
|
|
|
|
|
<repository> |
|
|
|
|
|
<id>epmet</id> |
|
|
|
|
|
<name>maven-releases</name> |
|
|
|
|
|
<url>https://nexus.elinkservice.cn/repository/maven-releases/</url> |
|
|
|
|
|
</repository> |
|
|
</repositories> |
|
|
</repositories> |
|
|
<pluginRepositories> |
|
|
<pluginRepositories> |
|
|
<pluginRepository> |
|
|
<pluginRepository> |
|
@ -124,5 +124,11 @@ |
|
|
</snapshots> |
|
|
</snapshots> |
|
|
</pluginRepository> |
|
|
</pluginRepository> |
|
|
</pluginRepositories> |
|
|
</pluginRepositories> |
|
|
|
|
|
<distributionManagement> |
|
|
|
|
|
<repository> |
|
|
|
|
|
<id>epmet</id> |
|
|
|
|
|
<url>https://nexus.elinkservice.cn/repository/maven-releases/</url> |
|
|
|
|
|
</repository> |
|
|
|
|
|
</distributionManagement> |
|
|
|
|
|
|
|
|
</project> |
|
|
</project> |
|
|