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: Enhancement
Affects Versions: 8.1.0.Final
Reporter: Vineet Reynolds
Assignee: Tomaz Cerar
Priority: Optional
Fix For: 9.0.0.CR2, 10.0.0.Alpha1
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.