Skip to content

Commit

Permalink
Remove ossrh-snapshots repository
Browse files Browse the repository at this point in the history
Dependabot will stop looking for maven dependencies once it finds
a repository that returns any number of results, even if none of
those results match the requested version. This removes the ossrh
repository because it brings in snapshot repositories that prevent
dependabot from falling back to the central repository. See:
dependabot/dependabot-core#5872
  • Loading branch information
ugexe committed Nov 1, 2023
1 parent 004265d commit f89492b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@
</plugin>
</plugins>
</build>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<profiles>
<profile>
<id>active-on-jdk-9-plus</id>
Expand Down

0 comments on commit f89492b

Please sign in to comment.