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:33 -0700
commit6e77105e11ff81bfd84561f4e1121111f686df21 (patch)
tree1bc811e40c7a2e68d915bc7b8d49786ab36a1fd0 /pom.xml
parent50da9e89161faa0ecdc1feb3ffee6c822a742034 (diff)
downloadspark-6e77105e11ff81bfd84561f4e1121111f686df21.tar.gz
spark-6e77105e11ff81bfd84561f4e1121111f686df21.tar.bz2
spark-6e77105e11ff81bfd84561f4e1121111f686df21.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.
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>