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 Thu, Oct 3, 2013 a
Thanks very much. Your pom works for me too, so that gives me a good
reference point.
On Thu, Oct 3, 2013 at 11:30 AM, Giancarlo Silvestrin
wrote:
> I created a sample pom.xml that successfully compiles cassandra.scala
> using maven 3, it might be useful to compare with you own:
> https://gist.g
I created a sample pom.xml that successfully compiles cassandra.scala using
maven 3, it might be useful to compare with you own:
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,
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
create a simpler test case.
I just tried adding the exclusion to the pom dependency, but it didn't make
a difference.
sbt:
"com.datastax.cassandra"
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 can try to help you.
-- Giancarlo
On Thu, Oct 3, 2013 at 12:14 PM, Richard Rodseth wrote:
> I wanted to try the async Cassandra driver from
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