Updated POM with repositories
This commit is contained in:
82
pom.xml
82
pom.xml
@@ -169,28 +169,62 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
<pluginRepositories>
|
<repositories>
|
||||||
<pluginRepository>
|
<repository>
|
||||||
<id>spring-snapshots</id>
|
<id>spring-snapshots</id>
|
||||||
<name>Spring Snapshots</name>
|
<name>Spring Snapshots</name>
|
||||||
<url>https://repo.spring.io/snapshot</url>
|
<url>https://repo.spring.io/libs-snapshot-local</url>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</pluginRepository>
|
<releases>
|
||||||
<pluginRepository>
|
<enabled>false</enabled>
|
||||||
<id>spring-milestones</id>
|
</releases>
|
||||||
<name>Spring Milestones</name>
|
</repository>
|
||||||
<url>https://repo.spring.io/milestone</url>
|
<repository>
|
||||||
<snapshots>
|
<id>spring-milestones</id>
|
||||||
<enabled>false</enabled>
|
<name>Spring Milestones</name>
|
||||||
</snapshots>
|
<url>https://repo.spring.io/libs-milestone-local</url>
|
||||||
</pluginRepository>
|
<snapshots>
|
||||||
<pluginRepository>
|
<enabled>false</enabled>
|
||||||
<id>spring-releases</id>
|
</snapshots>
|
||||||
<name>Spring Releases</name>
|
</repository>
|
||||||
<url>https://repo.spring.io/release</url>
|
<repository>
|
||||||
</pluginRepository>
|
<id>spring-releases</id>
|
||||||
</pluginRepositories>
|
<name>Spring Releases</name>
|
||||||
|
<url>https://repo.spring.io/release</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>spring-snapshots</id>
|
||||||
|
<name>Spring Snapshots</name>
|
||||||
|
<url>https://repo.spring.io/libs-snapshot-local</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
</pluginRepository>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>spring-milestones</id>
|
||||||
|
<name>Spring Milestones</name>
|
||||||
|
<url>https://repo.spring.io/libs-milestone-local</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>spring-releases</id>
|
||||||
|
<name>Spring Releases</name>
|
||||||
|
<url>https://repo.spring.io/libs-release-local</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user