Skip to content

Commit

Permalink
Fix Spring repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Aug 14, 2023
1 parent a590a3c commit cb9f906
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions spring-cloud-aws-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<version>4.0.1</version>
<version>4.0.3</version>
<relativePath/>
</parent>
<scm>
Expand Down Expand Up @@ -255,14 +255,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
Expand All @@ -284,14 +276,6 @@
<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>
</profile>
<profile>
Expand Down

0 comments on commit cb9f906

Please sign in to comment.