File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
springdoc-openapi-starter-webflux-api
springdoc-openapi-actuator-webflux-tests/src/test/java/test/org/springdoc/api/app145
springdoc-openapi-kotlin-tests Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >3.0.0-RC1 </version >
14
+ <version >3.0.0-RC2 </version >
15
15
</parent >
16
16
17
17
<licenses >
Original file line number Diff line number Diff line change 23
23
<artifactId >spring-boot-starter-actuator</artifactId >
24
24
<optional >true</optional >
25
25
</dependency >
26
+ <dependency >
27
+ <groupId >org.springframework.boot</groupId >
28
+ <artifactId >spring-boot-starter-reactor-netty</artifactId >
29
+ <scope >test</scope >
30
+ </dependency >
26
31
</dependencies >
27
32
<build >
28
33
<plugins >
Original file line number Diff line number Diff line change 38
38
"springdoc.use-management-port=true" ,
39
39
"springdoc.group-configs[0].group=users" ,
40
40
"springdoc.group-configs[0].packages-to-scan=test.org.springdoc.api.app145" ,
41
- "management.server.port=9293 " ,
41
+ "management.server.port=9300 " ,
42
42
"management.endpoints.web.base-path=/application" })
43
43
public class SpringDocApp145Test extends AbstractSpringDocActuatorTest {
44
44
Original file line number Diff line number Diff line change 29
29
<version >${project.version} </version >
30
30
<scope >test</scope >
31
31
</dependency >
32
+ <dependency >
33
+ <groupId >org.springframework.boot</groupId >
34
+ <artifactId >spring-boot-starter-reactor-netty</artifactId >
35
+ <scope >test</scope >
36
+ </dependency >
32
37
</dependencies >
33
38
34
39
<build >
You can’t perform that action at this time.
0 commit comments