sedis icon indicating copy to clipboard operation
sedis copied to clipboard

http://pk11-scratch.googlecode.com/svn/trunk returning 404

Open oo03par opened this issue 9 years ago • 12 comments

In attempting to use your library in a project, I've suddenly starting getting issues regarding

sbt.ResolveException: unresolved dependency: org.sedis#sedis_2.10.0;1.1.1

At first I thought I was going mad, but it looks like the site is returning 404, which is why its not working.

oo03par avatar May 12 '16 14:05 oo03par

I'm trying to get this published to Maven Central https://issues.sonatype.org/browse/OSSRH-22394

I've got the bintray version on resolvers += Resolver.bintrayRepo("graingert", "maven")

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

graingert avatar May 12 '16 15:05 graingert

I'll give that a go - thanks

oo03par avatar May 13 '16 08:05 oo03par

@oo03par 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

see also https://github.com/typesafehub/play-plugins/issues/141

graingert avatar May 18 '16 14:05 graingert

Hello!

Sedis version 2.10.0-1.1.0 isn't available on Maven Repositories: unresolved dependency: org.sedis#sedis_2.10.0;1.1.0: not found

Resolving to Pom: http://central.maven.org/maven2/org/sedis/sedis_2.10.0/1.1.0/sedis_2.10.0-1.1.0.pom

mauricioklein avatar Jun 13 '16 10:06 mauricioklein

@mauricioklein you should upgrade to http://central.maven.org/maven2/org/sedis/sedis_2.10/1.2.2/sedis_2.10-1.2.2.pom

graingert avatar Jun 13 '16 11:06 graingert

This is not a custom dependency, it's requested by Play framework + Scala 2.10.0.

mauricioklein avatar Jun 13 '16 11:06 mauricioklein

@masuhajime seriously? Which version of Play?

graingert avatar Jun 13 '16 11:06 graingert

play! 2.1.5 (using Java 1.7.0_101 and Scala 2.10.0)

mauricioklein avatar Jun 13 '16 11:06 mauricioklein

@masuhajime there's no mention of sedis in the 2.1.5 branch of Playframework

graingert avatar Jun 13 '16 11:06 graingert

http://pk11-scratch.googlecode.com/svn/trunk URL is no longer available I have imported the code into github you can change the URL to: https://raw.githubusercontent.com/dmunicio/sedis/master/trunk It is not the proper way to call github, but it works :)

Just change in your build.scala "Sedis Repo" at "http://pk11-scratch.googlecode.com/svn/trunk" to "Sedis Repo" at "https://raw.githubusercontent.com/dmunicio/sedis/master/trunk"

dmunicio avatar Jul 06 '16 19:07 dmunicio

Or just don't set a repo and use Maven... On 6 Jul 2016 20:25, "Diego Municio" [email protected] wrote:

http://pk11-scratch.googlecode.com/svn/trunk URL is no longer available I have imported the code into github you can change the URL to: https://raw.githubusercontent.com/dmunicio/sedis/master/trunk It is not the proper way to call github, but it works :)

Just change in your build.scala "Sedis Repo" at "http://pk11-scratch.googlecode.com/svn/trunk" to "Sedis Repo" at " https://raw.githubusercontent.com/dmunicio/sedis/master/trunk"

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pk11/sedis/issues/19#issuecomment-230880028, or mute the thread https://github.com/notifications/unsubscribe/AAZQTCwgr7vKCO_4fSY1YjzFocMQc0Npks5qTAE5gaJpZM4IdKEb .

graingert avatar Jul 06 '16 20:07 graingert