Commit d9f339a1 authored by Madhura Bhave's avatar Madhura Bhave Committed by Stephane Nicoll

Include Junit5 dependencies in Spring Boot Starter Test

Closes gh-14736
Co-authored-by: 's avatarStephane Nicoll <snicoll@pivotal.io>
parent d15347d4
......@@ -36,8 +36,16 @@
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment