This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d2e55a  [MINOR][DOCS] Remove Akka leftover
3d2e55a is described below

commit 3d2e55abd0ec7ee06c87681132aa0d8c8f8de3f3
Author: seancxmao <[email protected]>
AuthorDate: Tue Feb 26 08:31:02 2019 -0600

    [MINOR][DOCS] Remove Akka leftover
    
    ## What changes were proposed in this pull request?
    Since Spark 2.0, Akka is not used anymore and Akka related stuff were 
removed. However there are still some leftover. This PR aims to remove these 
leftover.
    
    * `/pom.xml` has a comment about Akka, which is not needed anymore.
    
    ## How was this patch tested?
    Existing tests.
    
    Closes #23885 from seancxmao/remove-akka-leftover.
    
    Authored-by: seancxmao <[email protected]>
    Signed-off-by: Sean Owen <[email protected]>
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index f06afba..e66d0b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2005,13 +2005,6 @@
                   </requireJavaVersion>
                   <bannedDependencies>
                     <excludes>
-                      <!--
-                        Akka depends on io.netty:netty, which puts classes 
under the org.jboss.netty
-                        package. This conflicts with the classes in 
org.jboss.netty:netty
-                        artifact, so we have to ban that artifact here. In 
Netty 4.x, the classes
-                        are under the io.netty package, so it's fine for us to 
depend on both
-                        io.netty:netty and io.netty:netty-all.
-                      -->
                       <exclude>org.jboss.netty</exclude>
                       <exclude>org.codehaus.groovy</exclude>
                       <exclude>*:*_2.11</exclude>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to