Skip to content

Commit 13fd4a0

Browse files
Remove junit-vintage-engine, maven-compat dependencies
1 parent 1407ccc commit 13fd4a0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -235,12 +235,6 @@ under the License.
235235
<version>${mavenVersion}</version>
236236
<scope>provided</scope>
237237
</dependency>
238-
<dependency>
239-
<groupId>org.apache.maven</groupId>
240-
<artifactId>maven-compat</artifactId>
241-
<version>${mavenVersion}</version>
242-
<scope>test</scope>
243-
</dependency>
244238
<dependency>
245239
<groupId>org.apache.maven</groupId>
246240
<artifactId>maven-core</artifactId>
@@ -484,12 +478,6 @@ under the License.
484478
<artifactId>junit-jupiter-api</artifactId>
485479
<scope>test</scope>
486480
</dependency>
487-
<!-- Is needed for MojoExtension-->
488-
<dependency>
489-
<groupId>org.junit.vintage</groupId>
490-
<artifactId>junit-vintage-engine</artifactId>
491-
<scope>test</scope>
492-
</dependency>
493481
<dependency>
494482
<groupId>org.mockito</groupId>
495483
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)