[jboss-jira] [JBoss JIRA] Commented: (JBAS-6988) versions for jboss-ejb3-proxy-spi and jboss-ejb3-proxy-impl jars are not declared in the jboss-as-parent pom's dependency management

Paul Gier (JIRA) jira-events at lists.jboss.org
Thu May 28 18:27:56 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBAS-6988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12469566#action_12469566 ] 

Paul Gier commented on JBAS-6988:
---------------------------------

Those are purposely not declared in the jboss-as-parent pom.  They are defined in the component-matrix (parent of jboss-as-parent) with all the external AS components.  The goal is/was that the component-matrix could be used to sync dependency versions with the versions that AS is using.  The only dependency versions in the jboss-as-parent pom are the actual AS modules.

> versions for jboss-ejb3-proxy-spi and jboss-ejb3-proxy-impl jars are not declared in the jboss-as-parent pom's dependency management
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBAS-6988
>                 URL: https://jira.jboss.org/jira/browse/JBAS-6988
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Build System
>    Affects Versions: JBossAS-5.1.0.GA
>            Reporter: Ian Springer
>            Assignee: Paul Gier
>             Fix For: JBossAS-5.2.0.Beta1
>
>
> Versions for the following two deps are not declared in the jboss-as-parent pom's dependency management:
>         <dependency>
>           <groupId>org.jboss.ejb3</groupId>
>           <artifactId>jboss-ejb3-proxy-spi</artifactId>          
>           <version>1.0.1-SNAPSHOT</version>
>           <classifier>client</classifier>
>         </dependency>
>         <dependency>
>           <groupId>org.jboss.ejb3</groupId>
>           <artifactId>jboss-ejb3-proxy-impl</artifactId>          
>           <version>1.0.3-SNAPSHOT</version>
>           <classifier>client</classifier>
>         </dependency>
> Note, this needs to be fixed in both the 5.1.x branch and the EAP5 branch (and possibly in trunk).

-- 
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