Skip to content

Commit f18f815

Browse files
authored
Merge pull request #1256 from immens/springdoc-openapi-bom
Parent pom.xml as BOM
2 parents 4a1221f + 599b9ee commit f18f815

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

pom.xml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,63 @@
153153
<artifactId>spring-native</artifactId>
154154
<version>${spring-native.version}</version>
155155
</dependency>
156+
157+
<!-- SpringDoc -->
158+
<dependency>
159+
<groupId>org.springdoc</groupId>
160+
<artifactId>springdoc-openapi-common</artifactId>
161+
<version>${version}</version>
162+
</dependency>
163+
<dependency>
164+
<groupId>org.springdoc</groupId>
165+
<artifactId>springdoc-openapi-webmvc-core</artifactId>
166+
<version>${version}</version>
167+
</dependency>
168+
<dependency>
169+
<groupId>org.springdoc</groupId>
170+
<artifactId>springdoc-openapi-webflux-core</artifactId>
171+
<version>${version}</version>
172+
</dependency>
173+
<dependency>
174+
<groupId>org.springdoc</groupId>
175+
<artifactId>springdoc-openapi-kotlin</artifactId>
176+
<version>${version}</version>
177+
</dependency>
178+
<dependency>
179+
<groupId>org.springdoc</groupId>
180+
<artifactId>springdoc-openapi-hateoas</artifactId>
181+
<version>${version}</version>
182+
</dependency>
183+
<dependency>
184+
<groupId>org.springdoc</groupId>
185+
<artifactId>springdoc-openapi-data-rest</artifactId>
186+
<version>${version}</version>
187+
</dependency>
188+
<dependency>
189+
<groupId>org.springdoc</groupId>
190+
<artifactId>springdoc-openapi-security</artifactId>
191+
<version>${version}</version>
192+
</dependency>
193+
<dependency>
194+
<groupId>org.springdoc</groupId>
195+
<artifactId>springdoc-openapi-groovy</artifactId>
196+
<version>${version}</version>
197+
</dependency>
198+
<dependency>
199+
<groupId>org.springdoc</groupId>
200+
<artifactId>springdoc-openapi-ui</artifactId>
201+
<version>${version}</version>
202+
</dependency>
203+
<dependency>
204+
<groupId>org.springdoc</groupId>
205+
<artifactId>springdoc-openapi-webflux-ui</artifactId>
206+
<version>${version}</version>
207+
</dependency>
208+
<dependency>
209+
<groupId>org.springdoc</groupId>
210+
<artifactId>springdoc-openapi-javadoc</artifactId>
211+
<version>${version}</version>
212+
</dependency>
156213
</dependencies>
157214
</dependencyManagement>
158215
<dependencies>

0 commit comments

Comments
 (0)