mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Add smack-websocket-java11
This also lifts a bunch of logic from smack-websocket-okhttp into smack-websocket. Furthermore, the following subprojects require now Java 11: - smack-integration-test - smack-omemo-signal-integration-test - smack-repl - smack-websocket-java11 Related tracking issue: SMACK-835
This commit is contained in:
parent
cd40455b62
commit
4aacdc5154
24 changed files with 442 additions and 162 deletions
|
@ -9,6 +9,7 @@ applicationDefaultJvmArgs = ["-enableassertions"]
|
|||
dependencies {
|
||||
api project(':smack-java8-full')
|
||||
api project(':smack-resolver-dnsjava')
|
||||
implementation project(':smack-websocket-java11')
|
||||
implementation "com.google.guava:guava:${guavaVersion}"
|
||||
compile 'org.reflections:reflections:0.9.12'
|
||||
compile 'eu.geekplace.javapinning:java-pinning-java7:1.1.0-alpha1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue