From d7195060f54c7c8980a421a4c91e33a69b0762b0 Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Thu, 16 Dec 2021 22:08:34 -0500 Subject: [PATCH] Too many people are complaining about this --- proxy/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/proxy/build.gradle b/proxy/build.gradle index 46caa94cd..fd38a2004 100644 --- a/proxy/build.gradle +++ b/proxy/build.gradle @@ -153,9 +153,6 @@ shadowJar { // Exclude Checker Framework annotations exclude 'org/checkerframework/checker/**' - // Exclude a Log4j class well-known for its use in recent security exploits. - exclude 'org/apache/logging/log4j/core/lookup/JndiLookup.class' - relocate 'org.bstats', 'com.velocitypowered.proxy.bstats' }