]
Shelly McGowan resolved JBEE-16.
--------------------------------
Resolution: Done
This will be resolved with the 1.0.0.CR1 release javaee_6.0_spec pom.
Audit/Fix dependencies
----------------------
Key: JBEE-16
URL:
https://jira.jboss.org/browse/JBEE-16
Project: JBoss JavaEE APIs
Issue Type: Task
Components: Deployment API, EJB API, JACC API, JASPI API, JAXR API, JCA API, JMS
API, Persistence API, Servlet API, Transaction API
Reporter: Jason T. Greene
Assignee: Shelly McGowan
Fix For: 1.0.0.CR1
Steve noticed that we have some broken dependencies. Every javaee API jar should only
have dependencies on other API jars that are truly required:
<dependency>
<groupId>org.jboss.javaee</groupId>
<artifactId>jboss-transaction-api</artifactId>
<version>1.0.1.GA</version>
<exclusions>
<exclusion>
<groupId>org.jboss.javaee</groupId>
<artifactId>jboss-servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-spi</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
</exclusion>
</exclusions>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: