You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without this fixed, RJR will add some wrong classpath into the current project,
if there contain multi-maven projects.
For example,
A depends on B (test scope or provided scope)
B depends on C
A contains (ZK 7.0.0), B contains (ZK 6.5.0), and C contains (ZK 5.0.0)
RJR will add these jars, ZK 5.0.0, 6.5.0, and 7.0.0, into the A runtime
classpath.
The attached file fixed this issue and #188 issue.
Thanks for solved my problem.I think this version should be the latest release
version.
while google code will be closed,if the project move to github should be
better:)
Original issue reported on code.google.com by
[email protected]
on 10 Nov 2014 at 8:09Attachments:
The text was updated successfully, but these errors were encountered: