OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
21.49k stars 6.51k forks source link

[BUG] [java] [feign] Gradle and SBT won't compile for GSON due to missing dependencies #18827

Open Philzen opened 4 months ago

Philzen commented 4 months ago

Also, both gradle and sbt files still include jackson dependencies, which should not happen when GSON is selected (compare #18515)