[jboss-svn-commits] JBL Code SVN: r38305 - labs/jbossesb/tags/JBESB_4_12/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Mar 19 10:42:53 EDT 2013


Author: tcunning
Date: 2013-03-19 10:42:52 -0400 (Tue, 19 Mar 2013)
New Revision: 38305

Modified:
   labs/jbossesb/tags/JBESB_4_12/product/ivy.xml
Log:
Problem building on hudson with ivy configurations - trying to 
exclude dependencies so we can build.


Modified: labs/jbossesb/tags/JBESB_4_12/product/ivy.xml
===================================================================
--- labs/jbossesb/tags/JBESB_4_12/product/ivy.xml	2013-03-18 17:16:44 UTC (rev 38304)
+++ labs/jbossesb/tags/JBESB_4_12/product/ivy.xml	2013-03-19 14:42:52 UTC (rev 38305)
@@ -197,6 +197,13 @@
         <!-- trove4j for human-task-server -->
         <dependency org="net.sf.trove4j" name="trove4j" rev="3.0.2" transitive="false"/>
 
+	<dependency org="xom" name="xom" rev="1.1">	
+		<exclude org="xerces" module="xercesImpl"/>
+	</dependency>
+	<dependency org="org.apache.ant" name="ant-junit" rev="1.7.0">
+		<exclude org="junit" module="junit"/>
+	</dependency>
+	
         <exclude org="apache-httpclient" module="commons-httpclient"/>
 
     </dependencies>



More information about the jboss-svn-commits mailing list