nathanmarz / trident-memcached

Trident state implementation for Memcached
Apache License 2.0
41 stars 37 forks source link

invalid mvn dependency #6

Open sv3ndk opened 11 years ago

sv3ndk commented 11 years ago

Hi,

I am failing to get a compiled copy of this project.

I have tried to include this module as a maven dependency to the my project, like this:

<dependency>
  <groupId>storm</groupId>
  <artifactId>trident-memcached</artifactId>
  <version>0.0.2-wip2</version>
</dependency>

But then get this maven error:

Missing artifact spy:spymemcached:jar:2.8.1

And indeed the closest match I found for this dependency is:

http://mvnrepository.com/artifact/net.spy/spymemcached

which has a slightly different group.id (notice the net.spy instead of spy) and is only available from eversion 2.9.0.

There is no other jar mentioned for this package on clojars.org:

https://clojars.org/storm/trident-memcached

Best regards,

Svend

RainbowTraveller commented 8 years ago

Did anybody get around the problem ? I am having similar difficulty in using trident-memcached state