[jboss-jira] [JBoss JIRA] Updated: (JBAS-7267) Add missing artifacts to the dependency chain

Jason T. Greene (JIRA) jira-events at lists.jboss.org
Mon Nov 16 14:45:29 EST 2009


     [ https://jira.jboss.org/jira/browse/JBAS-7267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason T. Greene updated JBAS-7267:
----------------------------------

    Fix Version/s:     (was: JBossAS-6.0.0.M1)


> Add missing artifacts to the dependency chain
> ---------------------------------------------
>
>                 Key: JBAS-7267
>                 URL: https://jira.jboss.org/jira/browse/JBAS-7267
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>            Reporter: Andrew Lee Rubinger
>            Assignee: Andrew Lee Rubinger
>             Fix For: JBossAS-6.0.0.M3
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list