|
|
|
@ -468,4 +468,53 @@
@@ -468,4 +468,53 @@
|
|
|
|
|
<url>https://repo.spring.io/libs-snapshot-local</url> |
|
|
|
|
</snapshotRepository> |
|
|
|
|
</distributionManagement> |
|
|
|
|
<profiles> |
|
|
|
|
<profile> |
|
|
|
|
<id>spring</id> |
|
|
|
|
<repositories> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-snapshots</id> |
|
|
|
|
<name>Spring Snapshots</name> |
|
|
|
|
<url>http://repo.spring.io/libs-snapshot-local</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
<url>http://repo.spring.io/libs-milestone-local</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
<repository> |
|
|
|
|
<id>spring-releases</id> |
|
|
|
|
<name>Spring Releases</name> |
|
|
|
|
<url>http://repo.spring.io/release</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</repository> |
|
|
|
|
</repositories> |
|
|
|
|
<pluginRepositories> |
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>spring-snapshots</id> |
|
|
|
|
<name>Spring Snapshots</name> |
|
|
|
|
<url>http://repo.spring.io/libs-snapshot-local</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</pluginRepository> |
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>spring-milestones</id> |
|
|
|
|
<name>Spring Milestones</name> |
|
|
|
|
<url>http://repo.spring.io/libs-milestone-local</url> |
|
|
|
|
<snapshots> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</snapshots> |
|
|
|
|
</pluginRepository> |
|
|
|
|
</pluginRepositories> |
|
|
|
|
</profile> |
|
|
|
|
</profiles> |
|
|
|
|
</project> |
|
|
|
|