Last release I see in maven for resteasy-jaxrs
is 3.8.1. When trying to upgrade resteasy-client
to 4.2.0 there is a dependency in there on resteasy-jaxrs:4.2.0
:
org.jboss.resteasy.plugins.providers.RegisterBuiltin.getClientInitializedResteasyProviderFactory
.
This dependency is not listed in the pom
and also it hasn't been published anywhere that I can see...only thing I see is resteasy-jaxrs-all
which has a lot more jars
than I want.
Are we not supposed to be using the resteasy-jaxrs
package anymore?