mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
Introduce websocket module into smack
This commit is contained in:
parent
5d32735ad7
commit
7ed29b9d5f
39 changed files with 1943 additions and 3 deletions
|
@ -288,6 +288,9 @@ tasks.withType(Javadoc) {
|
|||
// fixtures, and we want to have mockito also available in
|
||||
// test, so we use API here.
|
||||
testFixturesApi "org.mockito:mockito-core:3.3.3"
|
||||
|
||||
// To mock final classes
|
||||
testImplementation 'org.mockito:mockito-inline:3.3.3'
|
||||
testImplementation 'com.jamesmurty.utils:java-xmlbuilder:1.2'
|
||||
|
||||
errorprone 'com.google.errorprone:error_prone_core:2.3.4'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue