Bug 999072

Summary: Use a single servlet dependency and a single ejb dependency
Product: [Retired] JBoss BRMS Platform 6 Reporter: Geoffrey De Smet <gdesmet>
Component: Build and AssemblyAssignee: Geoffrey De Smet <gdesmet>
Status: CLOSED CURRENTRELEASE QA Contact: Lukáš Petrovický <lpetrovi>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: rzhang
Target Milestone: ER3   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:20:16 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 989519    

Description Geoffrey De Smet 2013-08-20 17:01:55 UTC
Currently we depend on
- javax.servlet:servlet-api:2.5
- org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec:1.0.2.Final

Similar problem for EJB.

Comment 2 Geoffrey De Smet 2013-08-23 13:51:29 UTC
Done. Standarized on org.jboss.spec:jboss-* artifacts for
ejb-api
el-api
servlet-api
jsp-api

Comment 3 Lukáš Petrovický 2013-09-19 08:33:47 UTC
This doesn't affect productized artifacts, as we inherit these JARs from the containers. The fix in community is therefore sufficient, VERIFIED.