GitHub user attilapiros opened a pull request:

    https://github.com/apache/spark/pull/23188

    [SPARK-26232][Build] Remove unused dependency to Netty3

    ## 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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/attilapiros/spark SPARK-26232

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/23188.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #23188
    
----
commit 42509fad4a51a4ab32ae73702e41e7f56bf5cbad
Author: “attilapiros” <piros.attila.zsolt@...>
Date:   2018-11-30T12:52:36Z

    Remove unneded Netty3 dependency

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to