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 30cf796bdb0 [BUILD] When building spark project, remove 
spark-tags-tests.jar from…
30cf796bdb0 is described below

commit 30cf796bdb01b53d4ed8cb6020f5ffe5bedc800b
Author: xiuzhu9527 <1406823...@qq.com>
AuthorDate: Wed May 18 08:33:18 2022 -0500

    [BUILD] When building spark project, remove spark-tags-tests.jar from…
    
    ### What changes were proposed in this pull request?
    
    When building spark project, remove spark-tags-tests.jar from the 
$spark_home/jars
    
    ### Why are the changes needed?
    
    When building spark project, remove spark-tags-tests.jar from the 
$spark_home/jars
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Closes #36217 from xiuzhu9527/remove_spark_tags_tests_jar.
    
    Authored-by: xiuzhu9527 <1406823...@qq.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 resource-managers/kubernetes/core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/resource-managers/kubernetes/core/pom.xml 
b/resource-managers/kubernetes/core/pom.xml
index c7a8652364d..1c729cc441e 100644
--- a/resource-managers/kubernetes/core/pom.xml
+++ b/resource-managers/kubernetes/core/pom.xml
@@ -72,6 +72,7 @@
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-tags_${scala.binary.version}</artifactId>
       <type>test-jar</type>
+      <scope>test</scope>
     </dependency>
 
     <dependency>


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

Reply via email to