]
Lincoln Baxter III resolved FORGE-506.
--------------------------------------
Assignee: Lincoln Baxter III
Fix Version/s: 1.0.1.CR1
1.0.1.Final
Resolution: Done
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
Assignee: Lincoln Baxter III
Fix For: 1.0.1.CR1, 1.0.1.Final
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: