YARN-10071. Sync Mockito version with other modules

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Adam Antal 2020-01-08 10:28:19 +01:00 committed by Akira Ajisaka
parent 0315ef8448
commit 20a90c0b5b
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
4 changed files with 1 additions and 9 deletions

View File

@ -1128,7 +1128,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.5</version>
<version>1.10.19</version>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>

View File

@ -37,7 +37,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -75,7 +75,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -122,12 +122,6 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>