aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2015-05-15 14:57:29 -0700
committerPatrick Wendell <patrick@databricks.com>2015-05-15 14:57:56 -0700
commit31e640499511c93c83d49ddbb2515aa83c9d264d (patch)
tree9c92f1e2801c53b174a5359a2ec9a4ef08847154 /pom.xml
parent9ef6d743a65cb3f962e4f2e0716f55dbe7efb084 (diff)
downloadspark-31e640499511c93c83d49ddbb2515aa83c9d264d.tar.gz
spark-31e640499511c93c83d49ddbb2515aa83c9d264d.tar.bz2
spark-31e640499511c93c83d49ddbb2515aa83c9d264d.zip
[SPARK-7677] [STREAMING] Add Kafka modules to the 2.11 build.
This is somewhat related to [SPARK-6154](https://issues.apache.org/jira/browse/SPARK-6154), though it only touches Kafka, not the jline dependency for thriftserver. I tested this locally on 2.11 (./run-tests) and everything looked good (I had to disable mima, because `MimaBuild` harcodes 2.10 for the previous version -- that's another PR). Author: Iulian Dragos <jaguarul@gmail.com> Closes #6149 from dragos/issue/spark-2.11-kafka and squashes the following commits: aa15d99 [Iulian Dragos] Add Kafka modules to the 2.11 build. (cherry picked from commit 6e77105e11ff81bfd84561f4e1121111f686df21) Signed-off-by: Patrick Wendell <patrick@databricks.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 91d1d843c7..86aa0a9fa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,8 @@
<module>examples</module>
<module>repl</module>
<module>launcher</module>
+ <module>external/kafka</module>
+ <module>external/kafka-assembly</module>
</modules>
<properties>
@@ -1757,10 +1759,6 @@
<jline.version>${scala.version}</jline.version>
<jline.groupid>org.scala-lang</jline.groupid>
</properties>
- <modules>
- <module>external/kafka</module>
- <module>external/kafka-assembly</module>
- </modules>
</profile>
<profile>