1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02: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}"