-
Bug
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
None
quickstart Helloworld using RichFaces aka helloworld-rf uses useless jboss-javaee-6.0 declaration even jboss-javaee-6.0-with-richfaces includes it already.
<dependency> 70 <groupId>org.jboss.spec</groupId> 71 <artifactId>jboss-javaee-6.0</artifactId> 72 <version>${version.jboss.spec.javaee.6.0}</version> 73 <type>pom</type> 74 <scope>import</scope> 75 </dependency> 76 <!-- Similarly to the JBoss Java EE 6 BOM above, the RichFaces BOM specifies the 77 versions of artifacts required for using RichFaces in your project. --> 78 <dependency> 79 <groupId>org.jboss.bom.wfk</groupId> 80 <artifactId>jboss-javaee-6.0-with-richfaces</artifactId> 81 <version>${version.jboss.bom.wfk}</version> 82 <type>pom</type> 83 <scope>import</scope> 84 </dependency>
- relates to
-
JDF-616 QSTools:updateBoms should be capable of removing Boms and properties also
-
- Resolved
-