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 e0feb04 commit 672b42cCopy full SHA for 672b42c
springdoc-openapi-bom/pom.xml
@@ -35,6 +35,16 @@
35
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
36
<version>${project.version}</version>
37
</dependency>
38
+ <dependency>
39
+ <groupId>org.springdoc</groupId>
40
+ <artifactId>springdoc-openapi-starter-webmvc-scalar</artifactId>
41
+ <version>${project.version}</version>
42
+ </dependency>
43
44
45
+ <artifactId>springdoc-openapi-starter-webflux-scalar</artifactId>
46
47
48
</dependencies>
49
</dependencyManagement>
50
0 commit comments