[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-1605) Remove dependency of jboss-ejb3-transactions on org.jboss.jbossas
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Sun Nov 30 21:11:36 EST 2008
[ https://jira.jboss.org/jira/browse/EJBTHREE-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Lee Rubinger updated EJBTHREE-1605:
------------------------------------------
Description:
jboss-ejb3-transactions POM has:
<!-- TODO: remove dependency -->
<!-- Bring in the AOP deployers -->
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-aspects</artifactId> ...
</dependency>
which blocks release due to:
[INFO] Can't release project due to non released dependencies : org.jboss.jbossas:jboss-as-aspects:jar:5.0.0-SNAPSHOT:test
...as well as brings in cyclic dependencies.
As a temporary measure, "svn cp" the appropriate sources from the AS tree into jboss-ejb3-transactions in "test" scope, and mark as @Deprecated
was:
jboss-ejb3-transactions POM has:
<!-- TODO: remove dependency -->
<!-- Bring in the AOP deployers -->
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-aspects</artifactId>
@@ -66,7 +66,7 @@
<artifactId>jboss-test</artifactId>
</exclusion>
</exclusions>
</dependency>
which blocks release due to:
[INFO] Can't release project due to non released dependencies : org.jboss.jbossas:jboss-as-aspects:jar:5.0.0-SNAPSHOT:test
...as well as brings in cyclic dependencies.
As a temporary measure, "svn cp" the appropriate sources from the AS tree into jboss-ejb3-transactions in "test" scope, and mark as @Deprecated
> Remove dependency of jboss-ejb3-transactions on org.jboss.jbossas
> -----------------------------------------------------------------
>
> Key: EJBTHREE-1605
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-1605
> Project: EJB 3.0
> Issue Type: Task
> Components: transactions
> Reporter: Andrew Lee Rubinger
> Assignee: Andrew Lee Rubinger
> Priority: Blocker
> Fix For: 1.0.0-Beta9
>
>
> jboss-ejb3-transactions POM has:
> <!-- TODO: remove dependency -->
> <!-- Bring in the AOP deployers -->
> <dependency>
> <groupId>org.jboss.jbossas</groupId>
> <artifactId>jboss-as-aspects</artifactId> ...
> </dependency>
> which blocks release due to:
> [INFO] Can't release project due to non released dependencies : org.jboss.jbossas:jboss-as-aspects:jar:5.0.0-SNAPSHOT:test
> ...as well as brings in cyclic dependencies.
> As a temporary measure, "svn cp" the appropriate sources from the AS tree into jboss-ejb3-transactions in "test" scope, and mark as @Deprecated
--
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