Skip to content

Commit a33729c

Browse files
committed
HADOOP-19608. Upgrade to Junit 5.13.3
* cut a duplicate and conflicting import of mockito-jupiter; maven was warning of this.
1 parent c8c82fd commit a33729c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

hadoop-project/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,11 +1315,6 @@
13151315
<artifactId>mockito-all</artifactId>
13161316
<version>1.10.19</version>
13171317
</dependency>
1318-
<dependency>
1319-
<groupId>org.mockito</groupId>
1320-
<artifactId>mockito-junit-jupiter</artifactId>
1321-
<version>3.12.4</version>
1322-
</dependency>
13231318
<dependency>
13241319
<groupId>org.objenesis</groupId>
13251320
<artifactId>objenesis</artifactId>

0 commit comments

Comments
 (0)