-
Notifications
You must be signed in to change notification settings - Fork 244
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
Include dependency of common jar in tools jar #5270
Conversation
This reverts commit cec1b7d.
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
build |
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
…ols_gen_reduced_pom
build |
1 similar comment
build |
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
build |
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
build |
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
build |
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, +1
Dependency tree check PASS
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ rapids-4-spark-tools_2.12 --- [INFO] com.nvidia:rapids-4-spark-tools_2.12:jar:22.06.0-SNAPSHOT
|
…ols_gen_reduced_pom
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
build |
Thanks @jlowe , @NvTimLiu and @tgravescs for the review. Merging this PR. |
This fixes #5238 .
This PR reverts #5239 where we copied ThreadFactory class in the tools module and removed the dependency on common jar.
In this PR, we added back the dependency on common jar, included only the classes needed from common jar via shade plugin and are deploying the dependency-reduced-pom.xml.
Verified by locally deploying the jar and running
mvn dependency:get