[
https://jira.jboss.org/jira/browse/WELDX-86?page=com.atlassian.jira.plugi...
]
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-ser...
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-ser...
--
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