From 2e9e8f8bb3f6ad6eb3bab18b00f4eda895341bf2 Mon Sep 17 00:00:00 2001 From: zaxar163 Date: Tue, 30 Apr 2019 16:10:11 +0300 Subject: [PATCH] [FIX] Duplicate entry c httpclient. --- LauncherAPI/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LauncherAPI/build.gradle b/LauncherAPI/build.gradle index ad4e07c0..6c28c79d 100644 --- a/LauncherAPI/build.gradle +++ b/LauncherAPI/build.gradle @@ -4,7 +4,7 @@ dependencies { compile project(':libLauncher') compileOnly 'io.netty:netty-all:4.1.32.Final' - compile 'org.apache.httpcomponents:httpclient:4.5.7' + compileOnly 'org.apache.httpcomponents:httpclient:4.5.7' compileOnly 'com.google.guava:guava:26.0-jre' compile files('../compat/authlib/authlib-clean.jar') }