play-plugins icon indicating copy to clipboard operation
play-plugins copied to clipboard

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

Open lnitram opened this issue 10 years ago • 17 comments

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

lnitram avatar Nov 22 '14 21:11 lnitram

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

njovy avatar Jan 25 '15 16:01 njovy

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

afrad avatar Jan 26 '15 11:01 afrad

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

nhooey avatar May 11 '16 22:05 nhooey

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

htxiong avatar May 12 '16 04:05 htxiong

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

jroper avatar May 12 '16 05:05 jroper

ok I'm uploading this to bintray now

graingert avatar May 12 '16 08:05 graingert

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

graingert avatar May 12 '16 08:05 graingert

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"

graingert avatar May 12 '16 08:05 graingert

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

urstoryent avatar May 13 '16 04:05 urstoryent

@urstoryent thanks for taking care of this

pk11 avatar May 13 '16 05:05 pk11

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 ?

tremmert avatar May 14 '16 16:05 tremmert

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 https://github.com/typesafehub/play-plugins/issues/141#issuecomment-219228877

graingert avatar May 14 '16 16:05 graingert

@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 :-)

tremmert avatar May 14 '16 16:05 tremmert

@tremmert done

graingert avatar May 15 '16 17:05 graingert

@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 avatar May 18 '16 14:05 graingert

@gmethvin can you close this issue

graingert avatar May 18 '16 14:05 graingert

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

mienaikoe avatar Oct 19 '16 14:10 mienaikoe