Author: antelder
Date: Fri Jul 4 02:53:29 2008
New Revision: 673984
URL: http://svn.apache.org/viewvc?rev=673984&view=rev
Log:
Merge xom exclude from 1.3 branch
Modified:
tuscany/java/sca/modules/implementation-bpel-ode/pom.xml
Modified: tuscany/java/sca/modules/implementation-bpel-ode/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-bpel-ode/pom.xml?rev=673984&r1=673983&r2=673984&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-bpel-ode/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-bpel-ode/pom.xml Fri Jul 4
02:53:29 2008
@@ -320,6 +320,12 @@
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xom</groupId>
+ <artifactId>xom</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>xalan</groupId>