Hi @aragot ,
Ok there are 2 versions of JAX RS being exposed to plugins.
So we need to restrict the upper bound.
So if you using RESTV1 could you try:
javax.ws.rs.core;version="[1.1.1,2.0)",
javax.ws.rs;version="[1.1.1,2.0)",
If you are using RESTV2 could you try:
javax.ws.rs;version="[2.1,3)",
javax.ws.rs.core;version="[2.1,3)",