Skip to content

Commit e7911cd

Browse files
committed
[pom] Add mockito inline
1 parent 610779b commit e7911cd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,12 @@
236236
<version>4.11.0</version>
237237
<scope>test</scope>
238238
</dependency>
239+
<dependency>
240+
<groupId>org.mockito</groupId>
241+
<artifactId>mockito-inline</artifactId>
242+
<version>4.11.0</version>
243+
<scope>test</scope>
244+
</dependency>
239245

240246
<dependency>
241247
<groupId>org.assertj</groupId>
@@ -267,8 +273,8 @@
267273
<artifactId>nekohtml</artifactId>
268274
</exclusion>
269275
<exclusion>
270-
<groupId>junit</groupId>
271-
<artifactId>junit</artifactId>
276+
<groupId>junit</groupId>
277+
<artifactId>junit</artifactId>
272278
</exclusion>
273279
</exclusions>
274280
</dependency>

0 commit comments

Comments
 (0)