aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorzsxwing <zsxwing@gmail.com>2015-07-15 14:02:23 -0700
committerReynold Xin <rxin@databricks.com>2015-07-15 14:02:23 -0700
commitb9a922e260bec1b211437f020be37fab46a85db0 (patch)
treead3e175817fd3ccd4e55395ecabbbd4959eda228 /core/pom.xml
parent536533cad83a26f8fa7c60042904a31057ab56c2 (diff)
downloadspark-b9a922e260bec1b211437f020be37fab46a85db0.tar.gz
spark-b9a922e260bec1b211437f020be37fab46a85db0.tar.bz2
spark-b9a922e260bec1b211437f020be37fab46a85db0.zip
[SPARK-6602][Core]Replace Akka Serialization with Spark Serializer
Replace Akka Serialization with Spark Serializer and add unit tests. Author: zsxwing <zsxwing@gmail.com> Closes #7159 from zsxwing/remove-akka-serialization and squashes the following commits: fc0fca3 [zsxwing] Merge branch 'master' into remove-akka-serialization cf81a58 [zsxwing] Fix the code style 73251c6 [zsxwing] Add test scope 9ef4af9 [zsxwing] Add AkkaRpcEndpointRef.hashCode 433115c [zsxwing] Remove final be3edb0 [zsxwing] Support deserializing RpcEndpointRef ecec410 [zsxwing] Replace Akka Serialization with Spark Serializer
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 558cc3fb9f..73f7a75cab 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -373,6 +373,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>net.razorvine</groupId>
<artifactId>pyrolite</artifactId>
<version>4.4</version>