Switch from AsyncHttpClient to JDK HttpClient

AsyncHttpClient is not well-maintained and is unlikely to survive the Netty 5 migration. Switch to the JDK's built-in HttpClient which has a much better chance of being maintained.
This commit is contained in:
Andrew Steinborn
2022-03-19 17:46:46 -04:00
parent 42acf84dda
commit e18cef9cc4
5 changed files with 101 additions and 135 deletions

View File

@@ -69,8 +69,6 @@ dependencies {
implementation(platform("net.kyori:adventure-bom:${adventureVersion}"))
implementation("net.kyori:adventure-nbt")
implementation 'org.asynchttpclient:async-http-client:2.12.3'
implementation 'com.spotify:completable-futures:0.3.5'
implementation 'com.electronwill.night-config:toml:3.6.4'