-
Notifications
You must be signed in to change notification settings - Fork 451
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
use with jersey requires exclusion in maven #81
Comments
Yes, you're correct.
It's a good tip, I'll add it into README.md |
kongchen
added a commit
that referenced
this issue
Aug 13, 2014
according to #81, add tips for package dependency issue.
karmazyn
pushed a commit
to karmazyn/swagger-maven-plugin
that referenced
this issue
May 22, 2015
according to kongchen#81, add tips for package dependency issue.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I followed the instructions for running and couldn't get my code working until I added an exclusion for the runtime dependency:
The jsr311-api dependency conflicts with my jersey setup. It seems the wordnik jar has a dependency
javax.ws.rs:jsr311-api:jar:1.1.1:compile that conflicts with whatever jersey comes with.
You might want to update your documentation for this.
The text was updated successfully, but these errors were encountered: