mmazi / rescu

A lightweight json Rest client utility for JAX-RS
MIT License
65 stars 60 forks source link

Update jakarta.ws.rs-api to fix building projects using xchange with sbt #120

Closed wlk closed 5 years ago

wlk commented 5 years ago

This is the problem that I have when building a Scala project with sbt that's using Xchange: https://github.com/eclipse-ee4j/jaxrs-api/issues/572

It was possible to add a workaround by adding explicit dependency like this:

"javax.ws.rs" % "javax.ws.rs-api" % "2.1" artifacts Artifact("javax.ws.rs-api", "jar", "jar")

But this will stop working with sbt 1.3.0, in the issue linked above it says that the fix is to simply upgrade to newer version fo jaxrs-api, also there's a update to artifact name and group, see: https://github.com/eclipse-ee4j/jaxrs-api/issues/572#issuecomment-442445619

After the fix is merged and applied, Xchange will need to be updated to use new release of rescu