]
Lincoln Baxter III commented on FORGE-506:
------------------------------------------
Please test with latest snapshot. Thanks!
Ensure all plugins use same style of dependencyManagement
---------------------------------------------------------
Key: FORGE-506
URL:
https://issues.jboss.org/browse/FORGE-506
Project: Forge
Issue Type: Bug
Reporter: Pete Muir
I ran setup for faces, persistence, validation, jms, soap, jstl, ejb and ended up with
two declarations of the BOM, which is just a bit sloppy ;-)
{code}
<dependencies>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0</artifactId>
<version>${javaee6.web.spec.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0</artifactId>
<version>2.0.0.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: