File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
src/test/java/com/example/swagger2 Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 4343 <groupId >org.springframework.boot</groupId >
4444 <artifactId >spring-boot-starter-test</artifactId >
4545 <scope >test</scope >
46+ <exclusions >
47+ <exclusion >
48+ <groupId >org.junit.vintage</groupId >
49+ <artifactId >junit-vintage-engine</artifactId >
50+ </exclusion >
51+ </exclusions >
4652 </dependency >
4753 </dependencies >
4854
Original file line number Diff line number Diff line change 11package com .example .swagger2 ;
22
3- import org .junit .Test ;
4- import org .junit .runner .RunWith ;
3+ import org .junit .jupiter .api .Test ;
54import org .springframework .boot .test .context .SpringBootTest ;
6- import org .springframework .test .context .junit4 .SpringRunner ;
75
8- @ RunWith (SpringRunner .class )
96@ SpringBootTest
107public class SpringBootSwagger2ApplicationTests {
118
You can’t perform that action at this time.
0 commit comments