-
Notifications
You must be signed in to change notification settings - Fork 6.8k
MXNET-1302 Exclude commons-codec and commons-io from assembled JAR #14000
Conversation
@frankfliu Could you please take a look |
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.
Since we have this dependency specified on parent pom file. All submodules should be able to inherit from there.
@Gordon1992 could you please make corresponding changes?
@Gordon1992 could you resolve branch conflicts? @frankfliu for review |
@mxnet-label-bot update [Maven, Scala, pr-awaiting-response] |
I shall
Thank you for looking at this |
@mxnet-label-bot update [Scala, Maven, pr-awaiting-review] |
@mxnet-label-bot update [Scala, Maven, pr-awaiting-response] |
@mxnet-label-bot update [Maven, Scala, pr-awaiting-review] |
Please take a look at the website crash, there seemed to be some problem with it |
7bf77f7
to
c81ac9a
Compare
Fixed. All other CR comments addressed. Thanks for your time. |
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.
Thanks for your contribution!
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.
LGTM. Thanks for your contributions :)
Thanks for the approvals. I note the failing of windows-gpu, looks like it was aborted. I'm not sure how to retry this check so I have a green tick which I assume is a requirement prior to merging. Any advice welcomed. Thanks, |
@Gordon1992 The path forward is to |
9a34989
to
008b8d5
Compare
Ah yes, I see the commit disabling the Windows test. My fork is now up to date with that change. Thanks, |
@mxnet-label-bot update [Maven, Scala, pr-awaiting-merge] |
Consumers of MXNet are exposed to the commons-codec and commons-io library versions MXNet uses internally. This change excludes those JARs from the JARs created with
make scalapkg
.Description
This PR removes commons-codec and commons-io from the assembled JAR and adds both packages as dependencies in deploy.xml
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments
My Maven knowledge is sparse so I may have missed something.
For testing:
Originally reported in #13929