]
Dan Allen resolved WELDRAD-6.
-----------------------------
Fix Version/s: javaee6-webapp-1.0.1.Beta2
Resolution: Done
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-ser...
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: