Skip to content

Commit da4cb67

Browse files
committed
add modules to ci build profile
1 parent a4d488f commit da4cb67

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
<module>springdoc-openapi-starter-webflux-ui</module>
4747
<module>springdoc-openapi-starter-webmvc-scalar</module>
4848
<module>springdoc-openapi-starter-webflux-scalar</module>
49-
<module>springdoc-openapi-bom</module>
5049
</modules>
5150

5251
<properties>
@@ -170,6 +169,9 @@
170169
<module>springdoc-openapi-starter-webflux-api</module>
171170
<module>springdoc-openapi-starter-webmvc-ui</module>
172171
<module>springdoc-openapi-starter-webflux-ui</module>
172+
<module>springdoc-openapi-starter-webmvc-scalar</module>
173+
<module>springdoc-openapi-starter-webflux-scalar</module>
174+
<module>springdoc-openapi-bom</module>
173175
<module>springdoc-openapi-tests</module>
174176
</modules>
175177
</profile>

springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/src/test/java/test/org/springdoc/api/v30/app147/SpringDocApp147Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
3636
properties = { "management.endpoints.web.exposure.include=*",
3737
"springdoc.show-actuator=true",
38-
"management.server.port=9287",
38+
"management.server.port=9377",
3939
"management.endpoints.web.exposure.exclude=functions, shutdown",
4040
"server.servlet.context-path=/sample",
4141
"management.server.base-path=/test",

springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/src/test/resources/results/3.0.1/app147-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"servers": [
88
{
9-
"url": "http://localhost:9287/test",
9+
"url": "http://localhost:9377/test",
1010
"description": "Generated server url"
1111
}
1212
],

0 commit comments

Comments
 (0)