forked from teamcarma/swagger-jaxrs-doclet
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Java 9+ #20
Comments
Closed
Can be worked around with the following exclusion:
|
@tpischke-bedag |
@dnagpal755 where you able to find solution for this? @tpischke-bedag Pls suggest how can it be excluded in docletartifact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When including swagger-doclet as a dependency and with Java 9+, a maven dependepency resolution error occurs. This problem is due to the use of the following profile in the project pom:
Example of the error when using openJDK 11
I haven't yet found a way to cleanly disable the profile dependency in a project using swagger-doclet. Could somebody point me to a workaround, or fix this in this project by include a version in the profile activation section?
The text was updated successfully, but these errors were encountered: