Update Chill reference in pom.xml too

This commit is contained in:
Matei Zaharia 2013-07-25 00:05:43 -07:00
parent 51c2427618
commit e2421c1311

View file

@ -57,8 +57,14 @@
<artifactId>protobuf-java</artifactId>
</dependency>
<dependency>
<groupId>de.javakaffee</groupId>
<artifactId>kryo-serializers</artifactId>
<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>