penmetsaa
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
3 deletions
-
java/pom.xml
|
|
|
@ -237,10 +237,9 @@ |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.mockito</groupId> |
|
|
|
<artifactId>mockito-all</artifactId> |
|
|
|
<version>1.10.19</version> |
|
|
|
<artifactId>mockito-core</artifactId> |
|
|
|
<version>2.23.4</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</project> |