1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-14 16:22:07 +01:00

[java11-full] Switch from okhttp to Java's native API for websockets

This commit is contained in:
Florian Schmaus 2024-10-22 14:38:45 +02:00
parent 6c5e64b2ca
commit c696925d33
2 changed files with 2 additions and 2 deletions

View file

@ -13,6 +13,7 @@ application {
dependencies {
api project(':smack-java11-full')
api project(':smack-websocket-okhttp')
api project(':smack-resolver-dnsjava')
implementation project(':smack-websocket-java11')
implementation "com.google.guava:guava:${guavaVersion}"

View file

@ -16,8 +16,7 @@ dependencies {
api project(':smack-openpgp')
api project(':smack-resolver-minidns')
api project(':smack-resolver-minidns-dox')
// TODO: Change this to smack-websocket-java11 once it arrives.
api project(':smack-websocket-okhttp')
api project(':smack-websocket-java11')
api project(':smack-tcp')
testImplementation(testFixtures(project(":smack-core")))