josephw / titl

Tools for iTunes Libraries
60 stars 12 forks source link

deprecated maven dependency #21

Closed josephw closed 9 years ago

josephw commented 9 years ago

Original issue 21 created by josephw on 2013-05-10T09:34:17.000Z:

What steps will reproduce the problem?

  1. grab the source and run mvn verify
  2. compile error indicated failed to find artifact org.openrdf.sesame:rio-turtle 2.3.3

What is the expected output? What do you see instead? build successful

What version of the product are you using? On what operating system? mvn 3, windows 8, java jdk7 21u

Please provide any additional information below. update the pom.xml artifact version from 2.3.3 to 2.7.0 let the project to build successfully. diff patch attached.

josephw commented 9 years ago

Comment #1 originally posted by josephw on 2013-05-12T08:06:33.000Z:

This looks like a reasonable upgrade, but 2.3.3 should still be available:

http://repo.aduna-software.org/maven2/releases/org/openrdf/sesame/sesame-rio-turtle/2.3.3/

https://repo.aduna-software.org/ currently has an expired SSL cert.

josephw commented 9 years ago

Comment #2 originally posted by josephw on 2013-05-12T09:18:45.000Z:

I think the maven central repo says 2.3.3 is no longer available. Result returned by a repo search says the only 4 versions of openrdf/rio-turtle that are available are 2.6.10, 2.7.0 and other 2 2.7.x betas

http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.openrdf.sesame%22%20AND%20a%3A%22sesame-rio%22

josephw commented 9 years ago

Comment #3 originally posted by josephw on 2013-05-12T09:30:30.000Z:

That's Maven Central, though, rather than Aduna's repository.

Still, it looks like 2.7's in Central, which simplifies things, so I've removed the repository reference and bumped the version.

Thanks!