From 7167583c8a141a857e8fe4580fb8c316bb47b832 Mon Sep 17 00:00:00 2001 From: Mariell Hoversholm Date: Fri, 6 Aug 2021 18:01:18 +0200 Subject: [PATCH] fix: promote slf4j-api to api scope (#6343) Signed-off-by: Mariell Hoversholm --- patches/api/Allow-plugins-to-use-SLF4J-for-logging.patch | 1 + 1 file changed, 1 insertion(+) diff --git a/patches/api/Allow-plugins-to-use-SLF4J-for-logging.patch b/patches/api/Allow-plugins-to-use-SLF4J-for-logging.patch index 54dcebf8e8..27626f930e 100644 --- a/patches/api/Allow-plugins-to-use-SLF4J-for-logging.patch +++ b/patches/api/Allow-plugins-to-use-SLF4J-for-logging.patch @@ -22,6 +22,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 api("net.kyori:adventure-text-serializer-legacy") api("net.kyori:adventure-text-serializer-plain") + api("org.apache.logging.log4j:log4j-api:2.14.1") // Paper ++ api("org.slf4j:slf4j-api:1.7.30") // Paper implementation("org.ow2.asm:asm:9.1") implementation("org.ow2.asm:asm-commons:9.1")