Skip to content
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

[SPARK-26232][Build][test-maven] Remove unused dependency to Netty3 #23188

Closed
wants to merge 1 commit into from

Conversation

attilapiros
Copy link
Contributor

What changes were proposed in this pull request?

Removing dependency to Netty3 as it is unused.
The reason it is not collide with Netty4 is they are using different package names:

Netty3: org.jboss.netty.*
Netty4: io.netty.*

How was this patch tested?

Maven build.

@SparkQA
Copy link

SparkQA commented Nov 30, 2018

Test build #99511 has finished for PR 23188 at commit 42509fa.

  • This patch fails build dependency tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@attilapiros attilapiros changed the title [SPARK-26232][Build] Remove unused dependency to Netty3 [SPARK-26232][Build][test-maven] Remove unused dependency to Netty3 Nov 30, 2018
@attilapiros
Copy link
Contributor Author

Jenkins, retest this please

@SparkQA
Copy link

SparkQA commented Nov 30, 2018

Test build #99512 has finished for PR 23188 at commit 42509fa.

  • This patch fails build dependency tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@attilapiros
Copy link
Contributor Author

I am closing this issue as I see one of the third party tool uses Netty3. So as a transitive dependency Netty3 is really needed.

@attilapiros attilapiros deleted the SPARK-26232 branch January 19, 2019 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants