[FIX] Duplicate entry c httpclient.

This commit is contained in:
zaxar163 2019-04-30 16:10:11 +03:00
parent 18a79ebe60
commit 2e9e8f8bb3
No known key found for this signature in database
GPG key ID: E3B309DD3852DE06

View file

@ -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')
}