Skip to content

Commit 3de9d2d

Browse files
committed
Add swagger version to BOM. Fixes #3212
1 parent b884e8b commit 3de9d2d

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,6 @@ Desktop.ini
143143
######################
144144
# ESLint
145145
######################
146-
.eslintcache
146+
.eslintcache
147+
/.claude/
148+
/CLAUDE.md

springdoc-openapi-bom/pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,28 @@
4545
<artifactId>springdoc-openapi-starter-webflux-scalar</artifactId>
4646
<version>${project.version}</version>
4747
</dependency>
48+
<!-- Swagger Core (locked to the version Springdoc is built against) -->
49+
<dependency>
50+
<groupId>io.swagger.core.v3</groupId>
51+
<artifactId>swagger-annotations-jakarta</artifactId>
52+
<version>${swagger-api.version}</version>
53+
</dependency>
54+
<dependency>
55+
<groupId>io.swagger.core.v3</groupId>
56+
<artifactId>swagger-core-jakarta</artifactId>
57+
<version>${swagger-api.version}</version>
58+
</dependency>
59+
<!-- Therapi Javadoc (locked to the version Springdoc is built against) -->
60+
<dependency>
61+
<groupId>com.github.therapi</groupId>
62+
<artifactId>therapi-runtime-javadoc</artifactId>
63+
<version>${therapi-runtime-javadoc.version}</version>
64+
</dependency>
65+
<dependency>
66+
<groupId>com.github.therapi</groupId>
67+
<artifactId>therapi-runtime-javadoc-scribe</artifactId>
68+
<version>${therapi-runtime-javadoc.version}</version>
69+
</dependency>
4870
</dependencies>
4971
</dependencyManagement>
5072

0 commit comments

Comments
 (0)