aboutsummaryrefslogtreecommitdiff
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 370c95dd03..aa49e2ab72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -749,6 +749,12 @@
<version>${curator.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-test</artifactId>
+ <version>${curator.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>${hadoop.version}</version>