aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-12-15 20:30:21 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-12-16 21:53:51 -0800
commitc6f95e603e2c58b2fab6255c824a839807f03026 (patch)
tree7b11d9a3374b1b86dbf318832ef11b6bfe875e44 /core/pom.xml
parent964a3b6971716823f473f672611951d1e489a552 (diff)
downloadspark-c6f95e603e2c58b2fab6255c824a839807f03026.tar.gz
spark-c6f95e603e2c58b2fab6255c824a839807f03026.tar.bz2
spark-c6f95e603e2c58b2fab6255c824a839807f03026.zip
Attempt with extra repositories
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/core/pom.xml b/core/pom.xml
index cdbaa52731..b83a2a8779 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -81,10 +81,6 @@
<artifactId>asm</artifactId>
</dependency>
<dependency>
- <groupId>com.google.protobuf</groupId>
- <artifactId>protobuf-java</artifactId>
- </dependency>
- <dependency>
<groupId>com.twitter</groupId>
<artifactId>chill_${scala.binary.version}</artifactId>
<version>0.3.1</version>
@@ -96,15 +92,12 @@
</dependency>
<dependency>
<groupId>${akka.group}</groupId>
- <artifactId>akka-actor_${scala.binary.version}</artifactId>
- </dependency>
- <dependency>
- <groupId>${akka.group}</groupId>
<artifactId>akka-remote_${scala.binary.version}</artifactId>
</dependency>
<dependency>
<groupId>${akka.group}</groupId>
<artifactId>akka-slf4j_${scala.binary.version}</artifactId>
+ <groupId>org.spark-project.akka</groupId>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>