Nope, that's what we are already using. We could upgrade to 3.0.0.Final, or better yet give the user the choice.
Note that there is still a bug in the specs that require an exclusion to use with Arquillian (works fine for compilation).
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<version>3.0.0.Final</version>
<type>pom</type>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.apache.xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
</exclusions>
</dependency>
This isn't a problem if you are just using the spec bom to import dependency versions (scope = import).
-Dan
Hi folks,Look what I found today:Is there a change with respect to the current situation with the maven dependencies? Should we do anything in Forge?Cheers,Ivan
_______________________________________________
forge-dev mailing list
forge-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/forge-dev