[jboss-jira] [JBoss JIRA] Created: (JBAS-7267) Add missing artifacts to the dependency chain
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Wed Sep 16 18:15:23 EDT 2009
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-5.2.0.Beta1, JBossAS-6.0.0.Alpha1
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