File tree Expand file tree Collapse file tree 5 files changed +25
-0
lines changed
spring-cloud-context-integration-tests
spring-cloud-context-webflux-integration-tests
spring-cloud-loadbalancer Expand file tree Collapse file tree 5 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 172
172
<artifactId >spring-cloud-test-support</artifactId >
173
173
<scope >test</scope >
174
174
</dependency >
175
+ <dependency >
176
+ <groupId >org.junit.platform</groupId >
177
+ <artifactId >junit-platform-launcher</artifactId >
178
+ <scope >test</scope >
179
+ </dependency >
175
180
<dependency >
176
181
<groupId >io.projectreactor</groupId >
177
182
<artifactId >reactor-test</artifactId >
Original file line number Diff line number Diff line change 67
67
<artifactId >spring-cloud-test-support</artifactId >
68
68
<scope >test</scope >
69
69
</dependency >
70
+ <dependency >
71
+ <groupId >org.junit.platform</groupId >
72
+ <artifactId >junit-platform-launcher</artifactId >
73
+ <scope >test</scope >
74
+ </dependency >
70
75
<dependency >
71
76
<groupId >org.springframework.boot</groupId >
72
77
<artifactId >spring-boot-configuration-processor</artifactId >
Original file line number Diff line number Diff line change 37
37
<artifactId >spring-cloud-test-support</artifactId >
38
38
<scope >test</scope >
39
39
</dependency >
40
+ <dependency >
41
+ <groupId >org.junit.platform</groupId >
42
+ <artifactId >junit-platform-launcher</artifactId >
43
+ <scope >test</scope >
44
+ </dependency >
40
45
<dependency >
41
46
<groupId >org.springframework.boot</groupId >
42
47
<artifactId >spring-boot-configuration-processor</artifactId >
Original file line number Diff line number Diff line change 77
77
<artifactId >spring-cloud-test-support</artifactId >
78
78
<scope >test</scope >
79
79
</dependency >
80
+ <dependency >
81
+ <groupId >org.junit.platform</groupId >
82
+ <artifactId >junit-platform-launcher</artifactId >
83
+ <scope >test</scope >
84
+ </dependency >
80
85
</dependencies >
81
86
</project >
Original file line number Diff line number Diff line change 138
138
<artifactId >awaitility</artifactId >
139
139
<scope >test</scope >
140
140
</dependency >
141
+ <dependency >
142
+ <groupId >org.junit.platform</groupId >
143
+ <artifactId >junit-platform-launcher</artifactId >
144
+ <scope >test</scope >
145
+ </dependency >
141
146
</dependencies >
142
147
</project >
You can’t perform that action at this time.
0 commit comments