Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Redis-plugin - unresolved dependency: org.sedis#sedis_2.11;1.2.2: not found #141

Open
lnitram opened this issue Nov 22, 2014 · 17 comments
Open

Comments

@lnitram
Copy link

lnitram commented Nov 22, 2014

I tried to run the redis-plugin following this howto:

https://github.com/typesafehub/play-plugins/tree/master/redis#how-to-install

What I did:

  • added to build.sbt: libraryDependencies += "com.typesafe.play.plugins" %% "play-plugins-redis" % "2.3.1"
  • created play.plugins in app/conf
  • added 550:com.typesafe.plugin.RedisPlugin to play.plugins
  • ./activator
  • compile
  • run
[info] Resolving org.sedis#sedis_2.11;1.2.2 ...
[warn]  module not found: org.sedis#sedis_2.11;1.2.2
[warn] ==== local: tried
[warn] ==== activator-local: tried
[warn] ==== public: tried
[warn]   http://repo1.maven.org/maven2/org/sedis/sedis_2.11/1.2.2/sedis_2.11-1.2.2.pom
[warn] ==== typesafe-releases: tried
[warn]   http://repo.typesafe.com/typesafe/releases/org/sedis/sedis_2.11/1.2.2/sedis_2.11-1.2.2.pom
[warn] ==== typesafe-ivy-releasez: tried
[warn]   http://repo.typesafe.com/typesafe/ivy-releases/org.sedis/sedis_2.11/1.2.2/ivys/ivy.xml
[warn] ==== Typesafe Releases Repository: tried
[warn]   http://repo.typesafe.com/typesafe/releases/org/sedis/sedis_2.11/1.2.2/sedis_2.11-1.2.2.pom
[warn] ==== Typesafe Releases: tried
[warn]   http://repo.typesafe.com/typesafe/releases/org/sedis/sedis_2.11/1.2.2/sedis_2.11-1.2.2.pom
[...]
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: org.sedis#sedis_2.11;1.2.2: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) sbt.ResolveException: unresolved dependency: org.sedis#sedis_2.11;1.2.2: not found
[error] Total time: 316 s, completed 22.11.2014 22:18:00
@njovy
Copy link

njovy commented Jan 25, 2015

I am having this issue on a new vm. Any updates on this?

@afrad
Copy link

afrad commented Jan 26, 2015

Add "google-sedis-fix" at "http://pk11-scratch.googlecode.com/svn/trunk" to resolvers
See the comment of Denise https://groups.google.com/forum/#!topic/play-framework/j7-iaAb1_yM

@nhooey
Copy link

nhooey commented May 11, 2016

The http://pk11-scratch.googlecode.com/svn/trunk link is now an HTTP 404.

@htxiong
Copy link

htxiong commented May 12, 2016

@nhooey +1, we just start to get this error again today and the link is not available. we need to find an new solution.

@jroper
Copy link
Member

jroper commented May 12, 2016

@pk11 Do you know what's happened to sedis?

@graingert
Copy link
Contributor

ok I'm uploading this to bintray now

@graingert
Copy link
Contributor

graingert commented May 12, 2016

You can now download at https://jcenter.bintray.com/org/sedis/

@graingert
Copy link
Contributor

graingert commented May 12, 2016

Simply add Resolver.jcenterRepo I've submitted a request to be included in Maven Central

It's now in Maven Central, you don't need to do anything and will "just work tm"

@urstoryent
Copy link

resolvers += "sedis-fix" at "https://dl.bintray.com/graingert/maven/"

@pk11
Copy link

pk11 commented May 13, 2016

@urstoryent thanks for taking care of this

@tremmert
Copy link

thanks for that, but I have the same problem with sedis_2.10;1.2.2. @graingert could you upload a 2.10;1.2.2 version please ?

@graingert
Copy link
Contributor

Ok but you should totally upgrade your scala
On 14 May 2016 17:15, "Thomas Remmert" [email protected] wrote:

thanks for that, but I have the same problem with sedis_2.10;1.2.2.
@graingert https://github.com/graingert could you upload a 2.10;1.2.2
version please ?


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#141 (comment)

@tremmert
Copy link

tremmert commented May 14, 2016

@graingert thank you so much !!!..

I know I should upgrade but I got a nasty set of dependencies, mainly around heavily using a version of slick that doesn't work with 2.11. But this did give me a warning and the motivation to do that very soon

By you uplodading the 2.10;1.2.2 version of sedis I got a few days to address this :-)

@graingert
Copy link
Contributor

@tremmert done

@graingert
Copy link
Contributor

graingert commented May 18, 2016

@tremmert @urstoryent @lnitram
It's now published to Sonatype and will be on Maven Central within the hour is now in Maven Central. You don't need to do anything and sedis will "just work"

@graingert
Copy link
Contributor

@gmethvin can you close this issue

@mienaikoe
Copy link

mienaikoe commented Oct 19, 2016

This is still an issue for 2.4.1 and 2.5.0
If there are no plans to add these versions to maven or ivy anytime soon, there should at least be a disclaimer on https://github.com/playframework/play-plugins/blob/master/redis/README.md

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests