Skip to content

Commit f89492b

Browse files
committed
Remove ossrh-snapshots repository
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
1 parent 004265d commit f89492b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@
152152
</plugin>
153153
</plugins>
154154
</build>
155-
<parent>
156-
<groupId>org.sonatype.oss</groupId>
157-
<artifactId>oss-parent</artifactId>
158-
<version>7</version>
159-
</parent>
160155
<profiles>
161156
<profile>
162157
<id>active-on-jdk-9-plus</id>

0 commit comments

Comments
 (0)