From f89492bc30617fe2d5b3d29a2caa588ff4d34664 Mon Sep 17 00:00:00 2001 From: Nick Logan Date: Wed, 1 Nov 2023 17:44:48 +0000 Subject: [PATCH] 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 --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 8aad7332..a4395de9 100644 --- a/pom.xml +++ b/pom.xml @@ -152,11 +152,6 @@ - - org.sonatype.oss - oss-parent - 7 - active-on-jdk-9-plus