aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAnand Avati <avati@redhat.com>2014-10-08 23:45:17 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-10-08 23:45:21 -0700
commitb9df8af62e8d7b263a668dfb6e9668ab4294ea37 (patch)
tree6990c2bfb31bed5f26f79f5025169c65267a2641 /pom.xml
parent9c439d33160ef3b31173381735dfa8cfb7d552ba (diff)
downloadspark-b9df8af62e8d7b263a668dfb6e9668ab4294ea37.tar.gz
spark-b9df8af62e8d7b263a668dfb6e9668ab4294ea37.tar.bz2
spark-b9df8af62e8d7b263a668dfb6e9668ab4294ea37.zip
[SPARK-2805] Upgrade to akka 2.3.4
Upgrade to akka 2.3.4 Author: Anand Avati <avati@redhat.com> Closes #1685 from avati/SPARK-1812-akka-2.3 and squashes the following commits: 57a2315 [Anand Avati] SPARK-1812: streaming - remove tests which depend on akka.actor.IO 2a551d3 [Anand Avati] SPARK-1812: core - upgrade to akka 2.3.4
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7756c89b00..3b6d4ecbae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
<mesos.version>0.18.1</mesos.version>
<mesos.classifier>shaded-protobuf</mesos.classifier>
<akka.group>org.spark-project.akka</akka.group>
- <akka.version>2.2.3-shaded-protobuf</akka.version>
+ <akka.version>2.3.4-spark</akka.version>
<slf4j.version>1.7.5</slf4j.version>
<log4j.version>1.2.17</log4j.version>
<hadoop.version>1.0.4</hadoop.version>