I need to know how I can "ignore" or "override" DefaultOAuthProvider when
deploying a Jersey 1.18.3 application. I have my own "OAuth Provider"
(annotated with the @Provider annotation), but I'm getting a warning that 2
providers are attempting to be provided.
Thanks.
Bill Oberacker