[jboss-jira] [JBoss JIRA] Commented: (JBEE-16) Audit/Fix dependencies

Paul Gier (JIRA) jira-events at lists.jboss.org
Thu Mar 4 15:14:10 EST 2010


    [ https://jira.jboss.org/jira/browse/JBEE-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12518206#action_12518206 ] 

Paul Gier commented on JBEE-16:
-------------------------------

connector-api 1.5 has dependency on jboss common-core for SerialVersion class
ejb 3.0 and 3.1 have a dependency on jbossws native
jacc 1.1 has a dependency on jboss common-core for SerialVersion class
jad-api has a dependency on jboss common-core for SerialVersion class
jaxr-api has a dependency on javax.activation, can this be replaced?

> Audit/Fix dependencies
> ----------------------
>
>                 Key: JBEE-16
>                 URL: https://jira.jboss.org/jira/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: 6.0.0.Alpha1
>
>
> 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: 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