Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-506

Ensure all plugins use same style of dependencyManagement

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.1.Final
    • None
    • None
    • None

    Description

      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>
      
      

      Attachments

        Issue Links

          Activity

            People

              lincolnthree Lincoln Baxter III (Inactive)
              pmuiratbleepbleep Pete Muir (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: