You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by va...@apache.org on 2019/04/26 18:52:33 UTC

[spark] branch master updated: [SPARK-27477][BUILD] Kafka token provider should have provided dependency on Spark

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

vanzin 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 7b367bf  [SPARK-27477][BUILD] Kafka token provider should have provided dependency on Spark
7b367bf is described below

commit 7b367bfc86dbe7f61c0dda4f4811508137bbd0cc
Author: Koert Kuipers <ko...@tresata.com>
AuthorDate: Fri Apr 26 11:52:08 2019 -0700

    [SPARK-27477][BUILD] Kafka token provider should have provided dependency on Spark
    
    ## What changes were proposed in this pull request?
    
    Change spark-token-provider-kafka-0-10 dependency on spark-core to be provided
    
    ## How was this patch tested?
    
    Ran existing unit tests
    
    Closes #24384 from koertkuipers/feat-kafka-token-provider-fix-deps.
    
    Authored-by: Koert Kuipers <ko...@tresata.com>
    Signed-off-by: Marcelo Vanzin <va...@cloudera.com>
---
 external/kafka-0-10-token-provider/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/external/kafka-0-10-token-provider/pom.xml b/external/kafka-0-10-token-provider/pom.xml
index 40ef1f7..01ca96b 100644
--- a/external/kafka-0-10-token-provider/pom.xml
+++ b/external/kafka-0-10-token-provider/pom.xml
@@ -39,6 +39,7 @@
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-core_${scala.binary.version}</artifactId>
       <version>${project.version}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>


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