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 e0d0657d5e5 [SPARK-42758][BUILD][MLLIB] Remove dependency on breeze
e0d0657d5e5 is described below

commit e0d0657d5e543988b778898d012e2cecab0722f1
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Sat Mar 11 18:35:20 2023 -0600

    [SPARK-42758][BUILD][MLLIB] Remove dependency on breeze
    
    ### What changes were proposed in this pull request?
    The pr aims to remove dependency `shapeless` on breeze.
    
    ### Why are the changes needed?
    After pr https://github.com/apache/spark/pull/37002, `shapeless` has been 
deleted in 
[spark-deps-hadoop-2-hive-2.3](https://github.com/apache/spark/pull/37002/files#diff-670b971a2758f55d602f0d1ef63f7af5f8d9ca095b5a55664bc3275e274ca395).
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #40378 from panbingkun/remove_dep_on_breeze.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b465a735343..9fb07c7010c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1074,11 +1074,6 @@
           </exclusion>
         </exclusions>
       </dependency>
-      <dependency>
-        <groupId>com.chuusai</groupId>
-        <artifactId>shapeless_${scala.binary.version}</artifactId>
-        <version>2.3.9</version>
-      </dependency>
       <dependency>
         <groupId>org.json4s</groupId>
         <artifactId>json4s-jackson_${scala.binary.version}</artifactId>


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

Reply via email to