-
Notifications
You must be signed in to change notification settings - Fork 72
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
junit 4.12 and compilation issues #77
Comments
We have a similar issue. The solution for us is to always add a
around the dependency lines that pull in system-rules. An upgrade (or at least a shift to the new artifactId) would make things easier. |
Resolves issue stefanbirkner#77
My IntelliJ can also not resolve dependencies when using system-rules: Why does |
Resolves issue stefanbirkner#77
Resolves issue stefanbirkner#77
Resolves issue stefanbirkner#77
I solved this issue by forcing a specific junit version, overriding the default provided with junit-dep. |
For gradle, I solved the issue by |
Resolves issue stefanbirkner#77
Resolves issue stefanbirkner#77
Resolves issues stefanbirkner#77, stefanbirkner#83
My first problem is that this package refers maven 4.9and 4.11
4.9:
I don't see a direct link to 4.11 but I get compilation errors with my own code where maven tells me that there is version conflict with junit 4.12 that I use
FAIK 4.12 is the latest. Can this library be updated?
I tried to fix this myself but the library does not even build. When I try to do
mvn install
I immediately get a prompt for my PGP password. I have no clue why, your pom does not contain any ref to GPG but probably some parent does... Anyway PGP stuff on my machine is strictly prohibited for access. So the build fails there.Can these issues be fixed? I'd like
The text was updated successfully, but these errors were encountered: