[weld-issues] [JBoss JIRA] Updated: (WELDX-86) Need Servlet 3.0 API in POMs

Steven Boscarine (JIRA) jira-events at lists.jboss.org
Mon Apr 12 11:54:37 EDT 2010


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

Steven Boscarine updated WELDX-86:
----------------------------------

    Description: 
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/

  was:
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.  



> Need Servlet 3.0 API in POMs
> ----------------------------
>
>                 Key: WELDX-86
>                 URL: https://jira.jboss.org/jira/browse/WELDX-86
>             Project: Weld Extensions
>          Issue Type: Bug
>          Components: Archetypes
>    Affects Versions: Archetypes 1.0.0.Beta1
>            Reporter: Steven Boscarine
>            Assignee: Steven Boscarine
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list