We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610779b commit e7911cdCopy full SHA for e7911cd
pom.xml
@@ -236,6 +236,12 @@
236
<version>4.11.0</version>
237
<scope>test</scope>
238
</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>
245
246
<dependency>
247
<groupId>org.assertj</groupId>
@@ -267,8 +273,8 @@
267
273
<artifactId>nekohtml</artifactId>
268
274
</exclusion>
269
275
<exclusion>
270
- <groupId>junit</groupId>
271
- <artifactId>junit</artifactId>
276
+ <groupId>junit</groupId>
277
+ <artifactId>junit</artifactId>
272
278
279
</exclusions>
280
0 commit comments