Skip to content

Commit 0a4d86f

Browse files
committed
deps(junit): using JUnit BOM to avoid mismatch from Spring / Log4j when upgrading
1 parent c996ee8 commit 0a4d86f

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

pom.xml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,21 +1063,16 @@
10631063

10641064
<!-- ... -->
10651065
<dependency>
1066-
<groupId>org.junit.jupiter</groupId>
1067-
<artifactId>junit-jupiter-api</artifactId>
1066+
<groupId>org.junit</groupId>
1067+
<artifactId>junit-bom</artifactId>
10681068
<version>${junit.version}</version>
1069-
<scope>test</scope>
1070-
</dependency>
1071-
<dependency>
1072-
<groupId>org.junit.jupiter</groupId>
1073-
<artifactId>junit-jupiter-engine</artifactId>
1074-
<version>${junit.version}</version>
1075-
<scope>test</scope>
1069+
<scope>import</scope>
1070+
<type>pom</type>
10761071
</dependency>
10771072
<dependency>
1078-
<groupId>org.junit.jupiter</groupId>
1079-
<artifactId>junit-jupiter-params</artifactId>
1080-
<version>${junit.version}</version>
1073+
<groupId>org.junit-pioneer</groupId>
1074+
<artifactId>junit-pioneer</artifactId>
1075+
<version>2.0.1</version>
10811076
<scope>test</scope>
10821077
</dependency>
10831078
<dependency>

0 commit comments

Comments
 (0)