Raymond Augé created JOHNZON-174:
------------------------------------
Summary: Apply Portable Java Contracts to all spec dependencies
Key: JOHNZON-174
URL: https://issues.apache.org/jira/browse/JOHNZON-174
Project: Johnzon
Issue Type: Improvement
Components: JAX-RS, JSON-B
Reporter: Raymond Augé
If you look at the package imports for johnzon-jaxrs:
{code}
javax.ws.rs {version=[2.0,3)}
javax.ws.rs.core {version=[2.0,3)}
javax.ws.rs.ext {version=[2.0,3)}
{code}
and those from johnzon-jsonb:
{code}
javax.ws.rs {version=[1.1,2), resolution:=optional}
javax.ws.rs.core {version=[1.1,2), resolution:=optional}
javax.ws.rs.ext {version=[1.1,2), resolution:=optional}
{code}
You'll notice that they have mutually exclusive version ranges.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)