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 d15347d commit d9f339aCopy full SHA for d9f339a
spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml
@@ -36,8 +36,16 @@
36
<artifactId>jakarta.xml.bind-api</artifactId>
37
</dependency>
38
<dependency>
39
- <groupId>junit</groupId>
40
- <artifactId>junit</artifactId>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter</artifactId>
41
+ </dependency>
42
+ <dependency>
43
+ <groupId>org.junit.vintage</groupId>
44
+ <artifactId>junit-vintage-engine</artifactId>
45
46
47
+ <groupId>org.mockito</groupId>
48
+ <artifactId>mockito-junit-jupiter</artifactId>
49
50
51
<groupId>org.assertj</groupId>
0 commit comments