|
153 | 153 | <artifactId>spring-native</artifactId>
|
154 | 154 | <version>${spring-native.version}</version>
|
155 | 155 | </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> |
156 | 213 | </dependencies>
|
157 | 214 | </dependencyManagement>
|
158 | 215 | <dependencies>
|
|
0 commit comments