Issue Type: Feature Request Feature Request
Affects Versions: 2.1.0.Final
Assignee: Unassigned
Components: quickstarts
Created: 20/Feb/13 1:59 AM
Description:

Following quickstarts are not using with-tools to handle Arquillian dependencies:

./kitchensink-ear/jboss-as-kitchensink-ear-ejb/pom.xml
./kitchensink-html5-mobile/pom.xml
./kitchensink-ml-ear/jboss-as-kitchensink-ml-ear-ejb/pom.xml

How to reproduce the lists:

grep -IR 'jboss-as-arquillian-container-managed' . | cut -d: -f1 | sort -u > quickstarts-with-arquillian
grep -IR 'jboss-as-arquillian-container-managed' . | cut -d: -f1 | xargs grep with-tools | cut -d: -f1 | sort -u > quickstarts-with-with-tools

Also, Kitchensink guide mentions Arquillian but not -with-tools BOM.

Project: JBoss Developer Framework
Priority: Major Major
Reporter: Karel Piwko
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