[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Reliance tests failure
adrian@jboss.org
do-not-reply at jboss.com
Tue Mar 18 07:26:15 EDT 2008
Ask in the build forum or try the old faithful... blowing away your local repository. :-)
The build I've got for reliance shows reflection coming the JBossXB dependency
| [INFO] [dependency:tree]
| [INFO] org.jboss.reliance:jboss-reliance-jbpm:jar:2.0.0-SNAPSHOT
| [INFO] +- jboss:jbpm:jar:3.1.1:compile
| [INFO] \- org.jboss.microcontainer:jboss-kernel:jar:2.0.0-SNAPSHOT:compile
| [INFO] +- org.jboss.microcontainer:jboss-dependency:jar:2.0.0-SNAPSHOT:compile
| [INFO] | \- org.jboss:jboss-mdr:jar:2.0.0-SNAPSHOT:compile
| [INFO] \- org.jboss:jbossxb:jar:2.0.0.CR7:compile
| [INFO] +- jboss:jboss-common-logging-spi:jar:2.0.4.GA:compile
| [INFO] +- org.jboss:jboss-common-core:jar:2.2.3.GA:compile
| [INFO] +- org.jboss:jboss-reflect:jar:2.0.0.Beta11: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.0.2:compile
| [INFO] \- javax.xml.bind:jaxb-api:jar:2.1:compile
| [INFO] \- javax.xml.stream:stax-api:jar:1.0-2:compile
|
or
mvn dependency:tree -Dverbose=true
| [INFO] [dependency:tree]
| [INFO] org.jboss.reliance:jboss-reliance-jbpm:jar:2.0.0-SNAPSHOT
| [INFO] +- jboss:jbpm:jar:3.1.1:compile
| [INFO] \- org.jboss.microcontainer:jboss-kernel:jar:2.0.0-SNAPSHOT:compile
| [INFO] +- org.jboss.microcontainer:jboss-dependency:jar:2.0.0-SNAPSHOT:compile
| [INFO] | \- org.jboss:jboss-mdr:jar:2.0.0-SNAPSHOT:compile
| [INFO] | +- (org.jboss:jboss-reflect:jar:2.0.0.Beta11:compile - omitted for duplicate)
| [INFO] | +- (jboss:jboss-common-logging-spi:jar:2.0.4.GA:compile - omitted for duplicate)
| [INFO] | \- (org.jboss:jboss-common-core:jar:2.2.3.GA:compile - omitted for duplicate)
| [INFO] \- org.jboss:jbossxb:jar:2.0.0.CR7:compile
| [INFO] +- jboss:jboss-common-logging-spi:jar:2.0.4.GA:compile
| [INFO] +- org.jboss:jboss-common-core:jar:2.2.3.GA:compile
| [INFO] +- org.jboss:jboss-reflect:jar:2.0.0.Beta11:compile
| [INFO] | +- (jboss:jboss-common-logging-spi:jar:2.0.4.GA:compile - omitted for duplicate)
| [INFO] | \- (org.jboss:jboss-common-core:jar:2.2.3.GA:compile - omitted for duplicate)
| [INFO] +- apache-xerces:xercesImpl:jar:2.9.1:compile
| [INFO] +- wutka-dtdparser:dtdparser121:jar:1.2.1:compile
| [INFO] +- javax.activation:activation:jar:1.0.2:compile
| [INFO] \- javax.xml.bind:jaxb-api:jar:2.1:compile
| [INFO] +- javax.xml.stream:stax-api:jar:1.0-2:compile
| [INFO] \- (javax.activation:activation:jar:1.1:compile - omitted for conflict with 1.0.2)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137369#4137369
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137369
More information about the jboss-dev-forums
mailing list