-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fixes 270 - Exclude deps from modules that depend on shaded jar #285
base: master
Are you sure you want to change the base?
Conversation
This is on hold until the build issues have been resolved. |
This is ready to be reviewed at your leisure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems fine to me, though there are some conflicts that need to be fixed before merge since it's been forgotten for so long.
@cburroughs I would like your thoughts because this fixes an issue that you reported. |
@tjcelaya @cburroughs Shall I go ahead and delete this PR and the associated issue? What are your thoughts? |
a997bcb
to
b2fb2cd
Compare
dependency, so it is used in the runtime scope. | ||
--> | ||
<dependency> | ||
<groupId>com.twmacinta</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change <groupId>com.twmacinta</groupId>
to <groupId>com.joyent.util</groupId>
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Please commit that change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, PR #285 hasn't effectively solved the issue and it requires more work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A new branch fixes-270
has been created in my forked repository for proactively tracking this issue.
c60c737
to
97347c1
Compare
No description provided.