From c0921b013bef341546674cd1c69dab2042eea89b Mon Sep 17 00:00:00 2001
From: Simran Panda <119222118+simpanda01@users.noreply.github.com>
Date: Tue, 4 Aug 2026 20:17:24 +0530
Subject: [PATCH] Remove redundant springdoc-openapi-starter-common dependency
(#17157)
---
spring-boot-modules/spring-boot-springdoc-2/pom.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/spring-boot-modules/spring-boot-springdoc-2/pom.xml b/spring-boot-modules/spring-boot-springdoc-2/pom.xml
index 335e9b611f1a..29b9b8762258 100644
--- a/spring-boot-modules/spring-boot-springdoc-2/pom.xml
+++ b/spring-boot-modules/spring-boot-springdoc-2/pom.xml
@@ -58,11 +58,6 @@
org.springdoc
springdoc-openapi-starter-webmvc-ui
${springdoc.version}
-
-
- org.springdoc
- springdoc-openapi-starter-common
- ${springdoc.version}
org.springframework.restdocs
@@ -142,4 +137,4 @@
com.baeldung.restdocopenapi.Application
-
+
\ No newline at end of file