Skip to content
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

Feature/exclude findbugs annotations #252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

borcsokj
Copy link

@borcsokj borcsokj commented Feb 8, 2018

Excluded Findbugs dependency (similar to Maven provided scope). It is needed to use json-schema-validator in OSGi environment because Findbugs have conflicting Java packages (annotations) and not used at runtime.

@AnselmHa
Copy link

Thanks a lot. This should fix also a problem I currently have: "javax.annotation" in version 3 from com.google.code.findbugs:jsr305. When will this be ready and available in maven central?

@borcsokj
Copy link
Author

I noticed the same issue in OSGi environment that's the reason why PR is created. I don't know roadmap of json-schema-validator project but I also need the fixed release as soon as possible.

@borcsokj borcsokj force-pushed the feature/exclude-findbugs-annotations branch from 6b67e39 to 36f79e1 Compare June 22, 2021 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants