Exclude org.apache.httpcomponents:httpclient from MinecraftAuth

This commit is contained in:
RaphiMC 2023-12-10 00:02:17 +01:00
parent bbf6daf6a1
commit 652b6e0c61
No known key found for this signature in database
GPG Key ID: 0F6BB0657A03AC94

View File

@ -85,6 +85,7 @@ dependencies {
// RaphiMC Libraries
jij ("net.raphimc:MinecraftAuth:${project.minecraftauth_version}") {
exclude group: "org.apache.httpcomponents", module: "httpclient"
exclude group: "com.google.code.gson", module: "gson"
exclude group: "org.slf4j", module: "slf4j-api"
}