From 39aff67010e2fa1bdf519c1097ff3f2c12813df6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20M?= Date: Thu, 26 May 2022 02:57:19 +0200 Subject: [PATCH] Fix maven-shade-plugin being missing Apache released maven-shade-plugin v3.3.0 some time ago on their stable repos, so the snapshots repository is no longer required. --- pom.xml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 9f70ac34..e5a28951 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.3.0-SNAPSHOT + 3.3.0 @@ -124,13 +124,6 @@ - - - apache.snapshots - https://repository.apache.org/snapshots/ - - - spigot-repo