Skip to content

invalid mvn dependency #6

@sv3ndk

Description

@sv3ndk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions