aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorryanlecompte <lecompte@gmail.com>2013-07-24 20:55:48 -0700
committerryanlecompte <lecompte@gmail.com>2013-07-24 20:55:48 -0700
commit30a369a808cdc16effe9c5755c74fc5a3f3d7cac (patch)
tree682a3bfed9c261a0bcc8c3f09751be8dc6673e0f /pom.xml
parentfc4b025314232fbeeaacb84ec3e2491e9c4ddd1b (diff)
downloadspark-30a369a808cdc16effe9c5755c74fc5a3f3d7cac.tar.gz
spark-30a369a808cdc16effe9c5755c74fc5a3f3d7cac.tar.bz2
spark-30a369a808cdc16effe9c5755c74fc5a3f3d7cac.zip
update pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4cf9589b07..469dc64329 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,9 +193,14 @@
<version>2.4.1</version>
</dependency>
<dependency>
- <groupId>de.javakaffee</groupId>
- <artifactId>kryo-serializers</artifactId>
- <version>0.22</version>
+ <groupId>com.twitter</groupId>
+ <artifactId>chill</artifactId>
+ <version>0.3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.twitter</groupId>
+ <artifactId>chill-java</artifactId>
+ <version>0.3.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>