From 58cee1e26e37b9ec1cf1a1f6ab52a2b758f78c91 Mon Sep 17 00:00:00 2001 From: games647 Date: Thu, 17 Jun 2021 15:02:24 +0200 Subject: [PATCH] Exclude more transitive dependencies This could reduce the number of required downloads as well as to prevent download from legacy HTTP non secure (not HTTPS) sources. --- bukkit/pom.xml | 12 ++++++++++++ bungee/pom.xml | 6 ++++++ 2 files changed, 18 insertions(+) diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 81a0351c..5c3b87a6 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -163,6 +163,12 @@ ProtocolLib 4.6.0 provided + + + * + * + + @@ -172,6 +178,12 @@ 3a80c661fe provided + + + * + * + + diff --git a/bungee/pom.xml b/bungee/pom.xml index 6012212d..27249228 100644 --- a/bungee/pom.xml +++ b/bungee/pom.xml @@ -155,6 +155,12 @@ BungeeCordAuthenticator 0.0.2 provided + + + * + * + +