File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 6464 <spring-security-oauth2-authorization-server .version>2.0.0-M1
6565 </spring-security-oauth2-authorization-server .version>
6666 <scalar .version>0.1.0</scalar .version>
67+ <skipPublishing >false</skipPublishing >
6768 </properties >
6869
6970 <dependencyManagement >
219220 <publishingServerId >central</publishingServerId >
220221 <autoPublish >true</autoPublish >
221222 <waitUntil >published</waitUntil >
223+ <skipPublishing >${skipPublishing} </skipPublishing >
222224 </configuration >
223225 </plugin >
224226 <plugin >
Original file line number Diff line number Diff line change 3535 <artifactId >springdoc-openapi-starter-webflux-ui</artifactId >
3636 <version >${project.version} </version >
3737 </dependency >
38+ <dependency >
39+ <groupId >org.springdoc</groupId >
40+ <artifactId >springdoc-openapi-starter-webmvc-scalar</artifactId >
41+ <version >${project.version} </version >
42+ </dependency >
43+ <dependency >
44+ <groupId >org.springdoc</groupId >
45+ <artifactId >springdoc-openapi-starter-webflux-scalar</artifactId >
46+ <version >${project.version} </version >
47+ </dependency >
3848 </dependencies >
3949 </dependencyManagement >
4050
Original file line number Diff line number Diff line change 1010 <artifactId >springdoc-openapi-tests</artifactId >
1111 <name >${project.artifactId} </name >
1212
13+ <properties >
14+ <skipPublishing >true</skipPublishing >
15+ </properties >
16+
1317 <modules >
1418 <module >springdoc-openapi-security-tests</module >
1519 <module >springdoc-openapi-groovy-tests</module >
You can’t perform that action at this time.
0 commit comments