[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
Fri May 29 09:15:57 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-6988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12469912#action_12469912 ]
Paul Gier commented on JBAS-6988:
---------------------------------
Looks like jboss-ejb3-ext-api is currently being pulled in transitively and is not dependency managed. I'm not sure if this was intentional or not.
> 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