]
Tomaz Cerar updated WFLY-4006:
------------------------------
Priority: Optional (was: Major)
Java EE 7 with all BOM lacks JAX-RS 2.0 API dependency
------------------------------------------------------
Key: WFLY-4006
URL:
https://issues.jboss.org/browse/WFLY-4006
Project: WildFly
Issue Type: Bug
Affects Versions: 8.1.0.Final
Reporter: Vineet Reynolds
Assignee: Tomaz Cerar
Priority: Optional
Adding the {{org.wildfly.bom:jboss-javaee-7.0-with-all}} BOM to a Maven project does not
pull in the {{org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.0_spec}} dependency.
Hence, users of this BOM are required to add the JAX-RS 2.0 API, specifying the version
explicitly, to consume the JAX-RS APIs in their projects.