Skip to content

Commit eb3a6be

Browse files
committed
Revert adding swagger version to BOM #3212
1 parent 5eb8b82 commit eb3a6be

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

springdoc-openapi-bom/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,6 @@
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>
7048
</dependencies>
7149
</dependencyManagement>
7250

0 commit comments

Comments
 (0)