-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Generate "exclusions" in POM #772
Conversation
Fixes #753 |
Fixes #652 |
Works for me. Thanks much. |
@dbyron0 : How does your pom look like? I get the following error [WARNING] |
The pom that
and no mention of net.java.dev.jna:jna. In the project where I'm using this, I end up with:
and
where the 4.2.2 comes from https://github.com/spring-projects/spring-boot/blob/v1.5.2.RELEASE/spring-boot-dependencies/pom.xml. Can you convince maven to use 4.5.1 automatically? Or do you need a version of visible-assertions that uses 4.5.1 explicitly? |
Hi @dbyron0 , thanks for the answer. Do you know how i can try to force maven to use this version automatically ? Yes the second option would also solve this problem temporarily |
Sorry, can't help you there. |
Have you tried adding I'll happily merge rnorth/visible-assertions#9 for the medium term... |
Hi @rnorth ,what i tried was this
where
But this does not work |
This does works for me now. @rnorth thanks forthe tip with DependencyManagement
|
No description provided.