Skip to content

Commit

Permalink
[java11-full] Switch from okhttp to Java's native API for websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Oct 22, 2024
1 parent 6c5e64b commit c696925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions smack-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
3 changes: 1 addition & 2 deletions smack-java11-full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down

0 comments on commit c696925

Please sign in to comment.