[weld-issues] [JBoss JIRA] Updated: (WELDRAD-6) Need Servlet 3.0 API in POMs
Dan Allen (JIRA)
jira-events at lists.jboss.org
Fri Feb 4 01:17:41 EST 2011
[ https://issues.jboss.org/browse/WELDRAD-6?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Allen updated WELDRAD-6:
----------------------------
Component/s: javaee6-webapp
> Need Servlet 3.0 API in POMs
> ----------------------------
>
> Key: WELDRAD-6
> URL: https://issues.jboss.org/browse/WELDRAD-6
> Project: Weld Archetypes
> Issue Type: Bug
> Components: javaee6-webapp
> Affects Versions: 1.0.0.Beta1
> Reporter: Steven Boscarine
> Assignee: Steven Boscarine
> Fix For: javaee6-webapp-1.0.1.Beta2
>
>
> Forgot to add the Servlet 3.0 API. It was held off on because JBoss 6 M1 was still using 2.5, however, the archetypes have no servlet API of any sort. I'm fixing right away.
> Update:
> Need to add:
> <dependency>
> <groupId>javax</groupId>
> <artifactId>javaee-api</artifactId>
> <version>6.0</version>
> <scope>provided</scope>
> </dependency>
> Will test to ensure Aquillian works.
> Another possibility:
> http://repository.jboss.org/maven2/org/jboss/spec/javax/servlet/jboss-servlet-api_3.0_spec/
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list