aboutsummaryrefslogtreecommitdiff
path: root/core
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 /core
parent1b6e450771ded9b4852efab362afe3e10f7631ee (diff)
downloadspark-4738818dd6efc644a093e983ac4a5a300da14f09.tar.gz
spark-4738818dd6efc644a093e983ac4a5a300da14f09.tar.bz2
spark-4738818dd6efc644a093e983ac4a5a300da14f09.zip
Fix pom.xml for maven build
Diffstat (limited to 'core')
-rw-r--r--core/pom.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 6af229c71d..38f4be1280 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -95,15 +95,15 @@
<version>0.3.1</version>
</dependency>
<dependency>
- <groupId>com.typesafe.akka</groupId>
+ <groupId>${akka.group}</groupId>
<artifactId>akka-actor</artifactId>
</dependency>
<dependency>
- <groupId>com.typesafe.akka</groupId>
+ <groupId>${akka.group}</groupId>
<artifactId>akka-remote</artifactId>
</dependency>
<dependency>
- <groupId>com.typesafe.akka</groupId>
+ <groupId>${akka.group}</groupId>
<artifactId>akka-slf4j</artifactId>
</dependency>
<dependency>
@@ -127,10 +127,6 @@
<artifactId>colt</artifactId>
</dependency>
<dependency>
- <groupId>com.github.scala-incubator.io</groupId>
- <artifactId>scala-io-file_2.9.2</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.mesos</groupId>
<artifactId>mesos</artifactId>
</dependency>