Skip to content

Commit 672b42c

Browse files
committed
Adding Scalar to springdoc-bom. Fixes #3084
1 parent e0feb04 commit 672b42c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

springdoc-openapi-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@
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

0 commit comments

Comments
 (0)