From c50a413fcd4e29ca08358769a76a2f56eed29182 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Thu, 28 Mar 2024 20:42:06 +0800 Subject: [PATCH] Reapply "Fix relocation" This reverts commit 640eb9335e5e2746cbf34c6c5e58c3e5ea7b3b59. --- pom.xml | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be8053d6..988ab01b 100644 --- a/pom.xml +++ b/pom.xml @@ -323,7 +323,7 @@ - shaded-jar-legacy + shaded-jar-relocate package shade @@ -355,6 +355,46 @@ org.h2 fr.xephi.authme.libs.org.h2 + + org.apache.http + fr.xephi.authme.libs.org.apache.http + + + org.apache.commons + fr.xephi.authme.libs.org.apache.commons + + + javax.activation + fr.xephi.authme.libs.javax.activation + + + javax.annotation + fr.xephi.authme.libs.javax.annotation + + + javax.mail + fr.xephi.authme.libs.javax.mail + + + waffle + fr.xephi.authme.libs.waffle + + + com.sun.mail + fr.xephi.authme.libs.com.sun.mail + + + com.sun.jna + fr.xephi.authme.libs.com.sun.jna + + + com.sun.activation + fr.xephi.authme.libs.com.sun.activation + + + com.github.benmanes.caffeine + fr.xephi.authme.libs.com.github.benmanes.caffeine +