]
Rich DiCroce commented on JBEE-196:
-----------------------------------
This issue also affects the EE 8 BOM, and is worse there because JACC no longer has a
transitive dependency on servlet.
JSP and JSTL missing from EE 7 BOM
----------------------------------
Key: JBEE-196
URL:
https://issues.jboss.org/browse/JBEE-196
Project: JBoss JavaEE Spec APIs
Issue Type: Bug
Affects Versions: JavaEE 7 Spec APIs 1.1.0.Final
Reporter: Rich DiCroce
Assignee: Eduardo Martins
jboss-javaee-7.0 version 1.0.4 includes JSP and JSTL. Version 1.1.0 and later effectively
do not, because they declare those dependencies to be provided scope for some reason.
Servlet would also be affected, except JACC has a transitive dependency on it.
This bug appears to have been introduced as part of resolving JBEE-170.