aboutsummaryrefslogtreecommitdiff
path: root/streaming/pom.xml
diff options
context:
space:
mode:
authorRaymond Liu <raymond.liu@intel.com>2013-12-02 13:08:36 +0800
committerRaymond Liu <raymond.liu@intel.com>2013-12-03 16:36:05 +0800
commit4738818dd6efc644a093e983ac4a5a300da14f09 (patch)
tree770c58b3b61981b51448840140445a8c9d27faf2 /streaming/pom.xml
parent1b6e450771ded9b4852efab362afe3e10f7631ee (diff)
downloadspark-4738818dd6efc644a093e983ac4a5a300da14f09.tar.gz
spark-4738818dd6efc644a093e983ac4a5a300da14f09.tar.bz2
spark-4738818dd6efc644a093e983ac4a5a300da14f09.zip
Fix pom.xml for maven build
Diffstat (limited to 'streaming/pom.xml')
-rw-r--r--streaming/pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 7a9ae6a97b..40892937b8 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -110,15 +110,8 @@
<artifactId>scala-library</artifactId>
</dependency>
<dependency>
- <groupId>com.typesafe.akka</groupId>
+ <groupId>${akka.group}</groupId>
<artifactId>akka-zeromq</artifactId>
- <version>2.0.3</version>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.netty</groupId>
- <artifactId>netty</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>