From 9b8ee241784db883d7914db5f8fff6a8322674a3 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 12 Feb 2023 23:26:43 +0100 Subject: [PATCH] Workaround for dependabot with snapshots repositories https://github.com/dependabot/dependabot-core/issues/5947 --- pom.xml | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 69e4363f..b5fd8e7b 100644 --- a/pom.xml +++ b/pom.xml @@ -278,22 +278,6 @@ - - - - false - - - true - fail - - ossrh-snapshots - ossrh-snapshots - https://oss.sonatype.org/content/repositories/snapshots - default - - - @@ -855,5 +839,32 @@ + + + + snapshot-repo-workaround + + + + !workaround.dependabot.5947 + + + + + + false + + + true + fail + + ossrh-snapshots + ossrh-snapshots + https://oss.sonatype.org/content/repositories/snapshots + default + + + +