Closed euronymous closed 2 years ago
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "3.1.0"
is quite new. The "jersey-client" % "3.0.4"
implements ws.rs-api 3.0.0
."org.jboss.resteasy" % "resteasy-client" % "3.0.2.Final"
.If these dependency changes haven't helped, I don't know about scala and its build system, but I think that your fat jar (or your classpath) does not contain implementation of jakarta.ws.rs.client.ClientBuilder
.
Hi,
I don't know java stuff. I'm guessing that I'm doing something wrong... I'm still getting:
java.lang.ClassNotFoundException: Provider for jakarta.ws.rs.client.ClientBuilder cannot be found
I'm building a fat jar of course. Iterated through many different SO topics/solutions. Added many different deps:
Then I've added the "activation api" and "xml bindings" (whatever that is) to the cp. Also haven't helped...