File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 165165 <artifactId >spring-boot-starter-test</artifactId >
166166 <scope >test</scope >
167167 </dependency >
168+ <dependency >
169+ <groupId >org.junit.vintage</groupId >
170+ <artifactId >junit-vintage-engine</artifactId >
171+ <scope >test</scope >
172+ </dependency >
168173 <dependency >
169174 <groupId >org.springframework.cloud</groupId >
170175 <artifactId >spring-cloud-test-support</artifactId >
Original file line number Diff line number Diff line change 6666 <artifactId >spring-boot-starter-test</artifactId >
6767 <scope >test</scope >
6868 </dependency >
69+ <dependency >
70+ <groupId >org.junit.vintage</groupId >
71+ <artifactId >junit-vintage-engine</artifactId >
72+ <scope >test</scope >
73+ </dependency >
6974 <dependency >
7075 <groupId >org.springframework.cloud</groupId >
7176 <artifactId >spring-cloud-test-support</artifactId >
You can’t perform that action at this time.
0 commit comments