[ https://issues.apache.org/activemq/browse/AMQ-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-1921. ----------------------------- Resolution: Fixed fixed in revision 691959. > Trunk build is broken due to dependence on XBean 3.3 > ---------------------------------------------------- > > Key: AMQ-1921 > URL: https://issues.apache.org/activemq/browse/AMQ-1921 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.2.0 > Reporter: Bruce Snyder > Fix For: 5.2.0 > > Attachments: pom.xml.diff.txt > > > The trunk build is failing because the xbean-spring-3.3.jar cannot be located: > {code} > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > Missing: > ---------- > 1) org.apache.xbean:xbean-spring:jar:3.3-SNAPSHOT > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.xbean -DartifactId=xbean-spring -Dversion=3.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file there: > mvn deploy:deploy-file -DgroupId=org.apache.xbean -DartifactId=xbean-spring -Dversion=3.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > Path to dependency: > 1) org.apache.xbean:maven-xbean-plugin:maven-plugin:3.3 > 2) org.apache.xbean:xbean-spring:jar:3.3-SNAPSHOT > ---------- > 1 required artifact is missing. > for artifact: > org.apache.xbean:maven-xbean-plugin:maven-plugin:3.3 > from the specified remote repositories: > nexus (http://localhost:8081/nexus/content/groups/public) > {code} > The attached patch updates the XBean version to 3.4 and the build succeeds. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.