The org.apache.wink packages are not available to Java API for RESTful Web Services (JAX-RS) applications that
use the WebSphere Application Server Java Platform, Enterprise Edition (Java EE) 7 JAX-RS 2.0 implementation.
When you migrate to JAX-RS 2.0, remove references to the org.apache.wink APIs from your application.
For maximum portability, use the standard
javax.ws.rs APIs where possible.
Note: This rule does not flag the following packages because they have suggested replacements. For more information, see the referenced links.
For more information on JAX-RS 2.0 behavior changes, see JAX-RS 2.0 behavior changes.