By editing the pom.xml for that module and setting the version number of this dependency:
| | <dependency> |
| | <groupId>org.jboss.as</groupId> |
| | <artifactId>jboss-as-spec-api</artifactId> |
| | <type>pom</type> |
| | <version>${project.version}</version> |
| | </dependency> |
to 7.1.2.Final, the build continues and all the arquillian tests pass. I can Jira this and submit a patch for this tomorrow if this fix is acceptable.
Mike Van