-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Maven deps picks up junit 4.11-beta-1 #24
Comments
I think this is because junit:junit-dep 4.11-beta-1 is the first release that relocates to junit:junit. It looks like being a Maven bug. Hopefully I find the bug. |
Current is 4.12 - http://search.maven.org/#artifactdetails%7Cjunit%7Cjunit%7C4.12%7Cjar. |
I just came across a problem. The Chinese words generally means the package "org.junit.contrib.java.lang.system" not exist. |
This is probably solved by #60. The problem is that a few "strange" versions of |
Can the junit-dep dependency version just be hardcoded |
Did you encounter any problems with JUnit 4.11-beta-1 or is it "only" a "hygiene concern". |
that dependency has a dependency that can resolve to a snapshot |
I know, but I like to understand your problem. Do you "only" want no snapshot dependencies or do you have a more serious problem? |
The snapshot dependency has been the only issue. I've read your reasoning elsewhere for why you have it versioned as you do, but hopefully there can be a way to resolve this 👍 |
This may not be an issue. Tests work fine that I can tell. More of a "hygiene" concern.
The text was updated successfully, but these errors were encountered: