[overlord-issues] [JBoss JIRA] (SRAMP-388) Use jboss version of javax.servlet GAV consistently

David virgil naranjo (JIRA) issues at jboss.org
Tue Apr 29 05:12:33 EDT 2014


     [ https://issues.jboss.org/browse/SRAMP-388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David virgil naranjo resolved SRAMP-388.
----------------------------------------

    Fix Version/s: 0.5.0 - API Management
       Resolution: Done

    
> Use jboss version of javax.servlet GAV consistently
> ---------------------------------------------------
>
>                 Key: SRAMP-388
>                 URL: https://issues.jboss.org/browse/SRAMP-388
>             Project: S-RAMP
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>            Reporter: Eric Wittmann
>            Assignee: David virgil naranjo
>             Fix For: 0.5.0 - API Management
>
>
> EAP uses the GAV
> {code}
>       <dependency>
>         <groupId>org.jboss.spec.javax.servlet</groupId>
>         <artifactId>jboss-servlet-api_3.0_spec</artifactId>
>       </dependency>
> {code}
> rather than
> {code}
>       <dependency>
>         <groupId>javax.servlet</groupId>
>         <artifactId>servlet-api</artifactId>
>       </dependency>
> {code}
> This GAV is also available in the community BOM.
> We need to remove all references to the javax.servlet:servlet-api dependency in all Overlord projects (s-ramp, dtgov, overlord-commons, etc).  Anywhere we reference that GAV please change it to org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the overlord-issues mailing list