Uploaded image for project: 'JBoss Developer Materials'
  1. JBoss Developer Materials
  2. JDF-611

WFK quickstart helloworld-rf dependency managemet can be cleaned

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor 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>
      

            rafabene_jira Rafael Benevides (Inactive)
            mnovotny@redhat.com Marek Novotny
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: