[
https://jira.jboss.org/jira/browse/JBAS-7267?page=com.atlassian.jira.plug...
]
Andrew Lee Rubinger resolved JBAS-7267.
---------------------------------------
Resolution: Done
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