[FIX] Удаление упоминаний httpclient-x.x.x

This commit is contained in:
Gravit 2020-01-18 19:51:40 +07:00
parent 2119688609
commit 4260199de7
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
2 changed files with 0 additions and 2 deletions

View file

@ -3,7 +3,6 @@
dependencies { dependencies {
compile project(':LauncherAPI') compile project(':LauncherAPI')
compileOnly 'org.apache.httpcomponents:httpclient:4.5.7'
compileOnly 'com.google.guava:guava:26.0-jre' compileOnly 'com.google.guava:guava:26.0-jre'
compile files('../compat/authlib/authlib-clean.jar') compile files('../compat/authlib/authlib-clean.jar')
} }

View file

@ -38,7 +38,6 @@ task javadocJar(type: Jar) {
dependencies { dependencies {
pack project(':LauncherAuthlib') pack project(':LauncherAuthlib')
pack 'org.apache.httpcomponents:httpclient:4.5.10'
pack 'io.netty:netty-codec-http:4.1.43.Final' pack 'io.netty:netty-codec-http:4.1.43.Final'
} }