For the record, I was depending on a project that was pulling in an older
r09 version of Guava. Thanks again for the help.
On Thu, Oct 3, 2013 at 7:29 PM, Richard Rodseth wrote:
> Thanks very much. Your pom works for me too, so that gives me a good
> reference point.
>
>
> On T
gt; https://gist.github.com/gsilvestrin/6814624
>
>
> On Thu, Oct 3, 2013 at 2:16 PM, Richard Rodseth wrote:
>
>> Thanks for the offer. I wouldn't be able to share the whole pom, and this
>> task has been de-prioritized, but if I can find the time I will try to
>> cr
snappy-java
1.0.5
On Thu, Oct 3, 2013 at 10:36 AM, Giancarlo Silvestrin
wrote:
> Richard,
>
> I'm using akka + cassandra as well. I copied cassandra.scala to my local
> project and it compiled fine using SBT.
>
> If you can share your pom.xml I c
I wanted to try the async Cassandra driver from DataStax, in a Scala/Akka
app, so I took a look at the Akka Cassandra Activator template.
https://github.com/eigengo/activator-akka-cassandra
I copied cassandra.scala from the template (it contains a conversion from
ResultSetFuture to a Scala future