aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTathagata Das <tathagata.das1565@gmail.com>2013-12-31 00:28:57 -0800
committerTathagata Das <tathagata.das1565@gmail.com>2013-12-31 00:28:57 -0800
commit97630849ff2cdaa2ff8a115c3e8e6ca8dba7477d (patch)
tree340c49e32aed68b26e72f8b8919f2d420f89159d /pom.xml
parentf4e40661912af2a23e250a49f72f00675172e2de (diff)
downloadspark-97630849ff2cdaa2ff8a115c3e8e6ca8dba7477d.tar.gz
spark-97630849ff2cdaa2ff8a115c3e8e6ca8dba7477d.tar.bz2
spark-97630849ff2cdaa2ff8a115c3e8e6ca8dba7477d.zip
Added pom.xml for external projects and removed unnecessary dependencies and repositoris from other poms and sbt.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml29
1 files changed, 6 insertions, 23 deletions
diff --git a/pom.xml b/pom.xml
index 57e843596f..0257a08184 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,12 +87,17 @@
<modules>
<module>core</module>
<module>bagel</module>
- <module>examples</module>
<module>mllib</module>
<module>tools</module>
<module>streaming</module>
<module>repl</module>
<module>assembly</module>
+ <module>external/twitter</module>
+ <module>external/kafka</module>
+ <module>external/flume</module>
+ <module>external/zeromq</module>
+ <module>external/mqtt</module>
+ <module>examples</module>
</modules>
<properties>
@@ -140,17 +145,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
- <repository>
- <id>mqtt-repo</id>
- <name>MQTT Repository</name>
- <url>https://repo.eclipse.org/content/repositories/paho-releases</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
</repositories>
<dependencyManagement>
@@ -254,17 +248,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>${akka.group}</groupId>
- <artifactId>akka-zeromq_${scala.binary.version}</artifactId>
- <version>${akka.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.netty</groupId>
- <artifactId>netty</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>6.4.4</version>