Issue Type: Feature Request Feature Request
Assignee: Unassigned
Components: examples
Created: 20/Feb/13 8:46 AM
Description:

Kitchensink HTML5 Mobile quickstart, which originates in Aerogear project, does not use a common way to define Arquillian Dependencies. This makes it difficult to align with the rest of JDF quickstarts.

<dependencyManagement> section should import -with-tools BOM in order to fix that:

            <dependency>
                <groupId>org.jboss.bom</groupId>
                <artifactId>jboss-javaee-6.0-with-tools</artifactId>
                <version>${version.jboss.bom}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>

Environment: JDF 2.1.0 Final
Project: AeroGear
Priority: Major Major
Reporter: Karel Piwko
Security Level: Public (Everyone can see)
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