mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Bump PowerMock to 1.7.3
And also drop the powermock-classloading-xstream dependency as it is currently not used.
This commit is contained in:
parent
4cff9ddfa0
commit
e5d93e58a1
2 changed files with 7 additions and 7 deletions
|
@ -16,9 +16,9 @@
|
|||
*/
|
||||
package org.jivesoftware.util;
|
||||
|
||||
import static org.mockito.Matchers.anyInt;
|
||||
import static org.mockito.Matchers.anyLong;
|
||||
import static org.mockito.Matchers.isA;
|
||||
import static org.mockito.ArgumentMatchers.anyInt;
|
||||
import static org.mockito.ArgumentMatchers.anyLong;
|
||||
import static org.mockito.ArgumentMatchers.isA;
|
||||
import static org.mockito.Mockito.doAnswer;
|
||||
import static org.mockito.Mockito.mock;
|
||||
import static org.mockito.Mockito.when;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue