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 <[email protected]>
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 <[email protected]>
Signed-off-by: Marcelo Vanzin <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]