From 4eb9c7fe7c1f2a42b21de599b6e2838fd21c3616 Mon Sep 17 00:00:00 2001 From: Gravit Date: Wed, 4 Dec 2019 23:42:41 +0700 Subject: [PATCH] =?UTF-8?q?[FEATURE]=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20apache=20http=20client=20=D0=B8=D0=B7=20?= =?UTF-8?q?=D0=BE=D0=B1=D1=8F=D0=B7=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5?= =?UTF-8?q?=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/build.gradle | 1 - LauncherAPI/build.gradle | 1 - 2 files changed, 2 deletions(-) diff --git a/Launcher/build.gradle b/Launcher/build.gradle index 0836fc7f..3db21f40 100644 --- a/Launcher/build.gradle +++ b/Launcher/build.gradle @@ -55,7 +55,6 @@ task javadocJar(type: Jar) { dependencies { pack project(':LauncherAuthlib') bundle 'com.github.oshi:oshi-core:3.13.0' - bundle 'org.apache.httpcomponents:httpclient:4.5.10' pack 'io.netty:netty-codec-http:4.1.43.Final' pack 'org.ow2.asm:asm-tree:7.1' } diff --git a/LauncherAPI/build.gradle b/LauncherAPI/build.gradle index 820aa7f6..c6382a08 100644 --- a/LauncherAPI/build.gradle +++ b/LauncherAPI/build.gradle @@ -3,7 +3,6 @@ dependencies { compile project(':LauncherCore') - compileOnly 'org.apache.httpcomponents:httpclient:4.5.10' compileOnly 'io.netty:netty-codec-http:4.1.43.Final' testCompile 'org.junit.jupiter:junit-jupiter:5.4.1' }