Commit 80b008d
authored
Make springdoc-openapi-webmvc-core an optional dependency of springdoc-openapi-data-rest
springdoc-openapi-webmvc-core brings spring-webmvc in.
Making `ResponseEntityExceptionHandler` to exist and causing a linkage error on missing servlet classes.
https://github.com/springdoc/springdoc-openapi/blob/476b012cb23e93663ffdc87538a94690a5a557cc/springdoc-openapi-common/src/main/java/org/springdoc/core/GenericResponseService.java#L1151 parent 476b012 commit 80b008d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
0 commit comments