[FEATURE] Удаление apache http client из обязательных библиотек

This commit is contained in:
Gravit 2019-12-04 23:42:41 +07:00
parent 03471e8bbf
commit 4eb9c7fe7c
No known key found for this signature in database
GPG key ID: 061981E1E85D3216
2 changed files with 0 additions and 2 deletions

View file

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

View file

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