You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoSuchMethodError: javax.ws.rs.core.MultivaluedMap.addAll(Ljava/lang/Object;[Ljava/lang/Object;)V
at org.glassfish.jersey.client.ClientRequest.accept(ClientRequest.java:326)
at org.glassfish.jersey.client.JerseyInvocation$Builder.accept(JerseyInvocation.java:237)
at org.glassfish.jersey.client.JerseyInvocation$Builder.accept(JerseyInvocation.java:154)
at com.unboundid.scim.facade.org.apache.wink.client.Resource.get(Resource.java:177)
at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:353)
at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:276)
at com.unboundid.scim.sdk.SCIMEndpoint.query(SCIMEndpoint.java:254)
This is because Apache Wink 1.4 adds an incompatible JAX-RS 1.1 library, you must exclude it in the project's POM file:
This is because Apache Wink 1.4 adds an incompatible JAX-RS 1.1 library, you must exclude it in the project's POM file:
The text was updated successfully, but these errors were encountered: