-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
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 ![]()
<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>
- is incorporated by
-
FORGE-500 Support easy switching of target platforms
-
- Closed
-