Skip to content

Commit 4f4c6bd

Browse files
committed
springdoc-openapi-starter 3.x doesn't depend on org.springframework.boot:spring-boot-starter. Fixes #3228
1 parent 5179088 commit 4f4c6bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • springdoc-openapi-starter-common

springdoc-openapi-starter-common/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<artifactId>springdoc-openapi-starter-common</artifactId>
99
<name>${project.artifactId}</name>
1010
<dependencies>
11+
<dependency>
12+
<groupId>org.springframework.boot</groupId>
13+
<artifactId>spring-boot-starter</artifactId>
14+
</dependency>
1115
<dependency>
1216
<groupId>org.springframework.boot</groupId>
1317
<artifactId>spring-boot-autoconfigure</artifactId>

0 commit comments

Comments
 (0)