Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-7267

Add missing artifacts to the dependency chain

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • 6.0.0.M3
    • None
    • None
    • None

    Description

      A dependence upon the following should transitively bring in everything AS needs for the runtime:

      <!-- AS modules and 3rdparty deps -->
      <dependency>
      <groupId>org.jboss.jbossas</groupId>
      <artifactId>jboss-as-build</artifactId>
      <version>${version.org.jboss.jbossas}</version>
      <type>pom</type>
      </dependency>

      However, some modules are in the distribution which are not part of this chain. The following are a list of offenders manually added into the Embedded POM:

      <dependency>
      <groupId>org.jboss.jbossas</groupId>
      <artifactId>jboss-as-management</artifactId>
      <version>${version.org.jboss.jbossas}</version>
      <classifier>jsr77</classifier>
      </dependency>
      <dependency>
      <groupId>jboss.web</groupId>
      <artifactId>jsp-api</artifactId>
      <version>${version.jboss.web}</version>
      </dependency>
      <dependency>
      <groupId>jboss.web</groupId>
      <artifactId>el-api</artifactId>
      <version>${version.jboss.web}</version>
      </dependency>
      <dependency>
      <groupId>jboss.web</groupId>
      <artifactId>jasper-jdt</artifactId>
      <version>${version.jboss.web}</version>
      </dependency>
      <dependency>
      <groupId>jboss.messaging</groupId>
      <artifactId>jboss-messaging</artifactId>
      <version>${version.jboss.messaging}</version>
      </dependency>
      <dependency>
      <groupId>org.jboss.slf4j</groupId>
      <artifactId>slf4j-jboss-logging</artifactId>
      <version>${version.org.slf4j_slf4j.jboss.logging}</version>
      </dependency>

      Attachments

        Issue Links

          Activity

            People

              arubinge@redhat.com Andrew Rubinger (Inactive)
              arubinge@redhat.com Andrew Rubinger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: