We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ffbd5 commit 7a18a74Copy full SHA for 7a18a74
1 file changed
pom.xml
@@ -212,10 +212,15 @@
212
</properties>
213
<modules>
214
<module>springdoc-openapi-starter-common</module>
215
+ <module>springdoc-openapi-starter-common-mcp</module>
216
<module>springdoc-openapi-starter-webmvc-api</module>
217
<module>springdoc-openapi-starter-webflux-api</module>
218
<module>springdoc-openapi-starter-webmvc-ui</module>
219
<module>springdoc-openapi-starter-webflux-ui</module>
220
+ <module>springdoc-openapi-starter-webmvc-scalar</module>
221
+ <module>springdoc-openapi-starter-webflux-scalar</module>
222
+ <module>springdoc-openapi-starter-webmvc-mcp</module>
223
+ <module>springdoc-openapi-starter-webflux-mcp</module>
224
<module>springdoc-openapi-tests</module>
225
</modules>
226
</profile>
0 commit comments