[jboss-jira] [JBoss JIRA] Resolved: (JBBOOT-110) Don't leak out dependencies in api-embedded

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Thu Oct 15 12:51:05 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBBOOT-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lee Rubinger resolved JBBOOT-110.
----------------------------------------

    Fix Version/s: api-embedded-2.0.0-alpha-2
       Resolution: Done


> Don't leak out dependencies in api-embedded
> -------------------------------------------
>
>                 Key: JBBOOT-110
>                 URL: https://jira.jboss.org/jira/browse/JBBOOT-110
>             Project: JBoss Bootstrap
>          Issue Type: Task
>          Components: api-embedded
>            Reporter: Andrew Lee Rubinger
>            Assignee: Andrew Lee Rubinger
>             Fix For: api-embedded-2.0.0-alpha-2
>
>
> api-embedded is now leaking dependencies via tmpdpl-impl-vfs:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JBoss Bootstrap API for AS Embedded
> [INFO]    task-segment: [dependency:tree]
> [INFO] ------------------------------------------------------------------------
> [INFO] [dependency:tree]
> [INFO] org.jboss.bootstrap:jboss-bootstrap-api-embedded:jar:2.0.0-SNAPSHOT
> [INFO] +- org.jboss.bootstrap:jboss-bootstrap-api-as:jar:2.0.0-alpha-2:compile
> [INFO] |  \- org.jboss.bootstrap:jboss-bootstrap-api:jar:2.0.0-alpha-2:compile
> [INFO] \- org.jboss.tmpdpl:tmpdpl-impl-vdf:jar:0.1.0:compile
> [INFO]    +- org.jboss.tmpdpl:tmpdpl-spi-vdf:jar:0.1.0:compile
> [INFO]    |  +- org.jboss.tmpdpl:tmpdpl-api:jar:0.1.0:compile
> [INFO]    |  |  \- org.jboss.shrinkwrap:shrinkwrap-api:jar:0.1.0:compile
> [INFO]    |  \- org.jboss.deployers:jboss-deployers-spi:jar:2.2.0.M2:compile
> [INFO]    |     \- org.jboss.deployers:jboss-deployers-structure-spi:jar:2.2.0.M2:compile
> [INFO]    |        +- org.jboss.deployers:jboss-deployers-client-spi:jar:2.2.0.M2:compile
> [INFO]    |        |  +- org.jboss.deployers:jboss-deployers-core-spi:jar:2.2.0.M2:compile
> [INFO]    |        |  |  \- org.jboss:jboss-common-core:jar:2.2.12.GA:compile
> [INFO]    |        |  \- org.jboss.man:jboss-managed:jar:2.0.0.GA:compile
> [INFO]    |        |     \- org.jboss.man:jboss-metatype:jar:2.0.0.GA:compile
> [INFO]    |        +- org.jboss.microcontainer:jboss-dependency:jar:2.2.0.M1:compile
> [INFO]    |        |  +- org.jboss:jboss-reflect:jar:2.0.2.GA:compile
> [INFO]    |        |  \- org.jboss:jboss-mdr:jar:2.0.1.GA:compile
> [INFO]    |        +- org.jboss.logging:jboss-logging-spi:jar:2.0.5.GA:compile
> [INFO]    |        \- org.jboss.integration:jboss-classloading-spi:jar:5.0.3.GA:compile
> [INFO]    \- org.jboss.deployers:jboss-deployers-vfs-spi:jar:2.2.0.M2:compile
> [INFO]       +- org.jboss:jboss-vfs:jar:2.2.0.M2:compile
> [INFO]       +- org.jboss.cl:jboss-classloading:jar:2.2.0.M4:compile
> [INFO]       |  \- org.jboss.cl:jboss-classloader:jar:2.2.0.M4:compile
> [INFO]       +- org.jboss:jbossxb:jar:2.0.0.GA:compile
> [INFO]       |  +- apache-xerces:xml-apis:jar:2.9.1:compile
> [INFO]       |  +- apache-xerces:xercesImpl:jar:2.9.1:compile
> [INFO]       |  +- wutka-dtdparser:dtdparser121:jar:1.2.1:compile
> [INFO]       |  +- javax.activation:activation:jar:1.1.1:compile
> [INFO]       |  \- sun-jaxb:jaxb-api:jar:2.1.4:compile
> [INFO]       \- stax:stax-api:jar:1.0:compile
> Correct this to:
> [INFO] ------------------------------------------------------------------------
> [INFO] Building JBoss Bootstrap API for AS Embedded
> [INFO]    task-segment: [dependency:tree]
> [INFO] ------------------------------------------------------------------------
> [INFO] [dependency:tree]
> [INFO] org.jboss.bootstrap:jboss-bootstrap-api-embedded:jar:2.0.0-SNAPSHOT
> [INFO] +- org.jboss.bootstrap:jboss-bootstrap-api-as:jar:2.0.0-alpha-2:compile
> [INFO] |  \- org.jboss.bootstrap:jboss-bootstrap-api:jar:2.0.0-alpha-2:compile
> [INFO] \- org.jboss.tmpdpl:tmpdpl-api:jar:0.1.0:compile
> [INFO]    \- org.jboss.shrinkwrap:shrinkwrap-api:jar:0.1.0:compile

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