[jboss-jira] [JBoss JIRA] Created: (JBRULES-2412) Maven dependency errors - javassist, jta, and cxf-testutils resources not available when building from trunk
Cedric Hurst (JIRA)
jira-events at lists.jboss.org
Tue Jan 19 17:08:47 EST 2010
Maven dependency errors - javassist, jta, and cxf-testutils resources not available when building from trunk
------------------------------------------------------------------------------------------------------------
Key: JBRULES-2412
URL: https://jira.jboss.org/jira/browse/JBRULES-2412
Project: Drools
Issue Type: Patch
Security Level: Public (Everyone can see)
Components: drools-guvnor
Environment: Maven 2.2, Java 1.6
Reporter: Cedric Hurst
Assignee: Mark Proctor
Attachments: maven-dependency_fix.patch
When attempting to build the drools project from trunk, I encountered two major dependency errors in the latest pom.xml configurations.
- "drools-repository" and several Guvnor-related other projects have a transitive dependency on the javax.transaction.jta resource, which is not available in repo1.maven.org or any of the other repositories configured in the pom.xml due to licensing issues. In the attached patch, I've added the download.java.net/maven/2 repository to the main "drools" pom.xml file to resolve this issue.
- "drools-atom" had a dependencies on several cxf modules with a version of "2.2-SNAPSHOT" in "drools-atom/pom.xml." It doesn't appear that this version is still available in the configured repositories, as 2.2 was released in March 2009. In the attached patch, I've changed these modules to point to the final release, version "2.2."
--
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