|
|
|
@ -145,33 +145,19 @@ |
|
|
|
|
|
|
|
|
|
|
|
<repositories> |
|
|
|
<repositories> |
|
|
|
<repository> |
|
|
|
<repository> |
|
|
|
<id>spring-libs-snapshot</id> |
|
|
|
<id>spring-snapshot</id> |
|
|
|
<url>https://repo.spring.io/libs-snapshot</url> |
|
|
|
<url>https://repo.spring.io/snapshot</url> |
|
|
|
<snapshots> |
|
|
|
<snapshots> |
|
|
|
<enabled>true</enabled> |
|
|
|
<enabled>true</enabled> |
|
|
|
</snapshots> |
|
|
|
</snapshots> |
|
|
|
</repository> |
|
|
|
|
|
|
|
<repository> |
|
|
|
|
|
|
|
<id>sonatype-libs-snapshot</id> |
|
|
|
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url> |
|
|
|
|
|
|
|
<releases> |
|
|
|
<releases> |
|
|
|
<enabled>false</enabled> |
|
|
|
<enabled>false</enabled> |
|
|
|
</releases> |
|
|
|
</releases> |
|
|
|
<snapshots> |
|
|
|
</repository> |
|
|
|
<enabled>true</enabled> |
|
|
|
<repository> |
|
|
|
</snapshots> |
|
|
|
<id>spring-milestone</id> |
|
|
|
|
|
|
|
<url>https://repo.spring.io/milestone</url> |
|
|
|
</repository> |
|
|
|
</repository> |
|
|
|
</repositories> |
|
|
|
</repositories> |
|
|
|
|
|
|
|
|
|
|
|
<pluginRepositories> |
|
|
|
|
|
|
|
<pluginRepository> |
|
|
|
|
|
|
|
<id>spring-plugins-release</id> |
|
|
|
|
|
|
|
<url>https://repo.spring.io/plugins-release</url> |
|
|
|
|
|
|
|
</pluginRepository> |
|
|
|
|
|
|
|
<pluginRepository> |
|
|
|
|
|
|
|
<id>spring-libs-milestone</id> |
|
|
|
|
|
|
|
<url>https://repo.spring.io/libs-milestone</url> |
|
|
|
|
|
|
|
</pluginRepository> |
|
|
|
|
|
|
|
</pluginRepositories> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</project> |
|
|
|
</project> |
|
|
|
|