summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-bpel-ode/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-04 09:53:29 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-04 09:53:29 +0000
commit1a12807bda121e22922288fb19f98d8db7a23c2c (patch)
treec818a2fbbb25f175ef6bec7745f84c3afa5a04c3 /java/sca/modules/implementation-bpel-ode/pom.xml
parenta6b468ebb36e89aa29c7e3029a7a9ee057a47494 (diff)
Merge xom exclude from 1.3 branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673984 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-bpel-ode/pom.xml')
-rw-r--r--java/sca/modules/implementation-bpel-ode/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-bpel-ode/pom.xml b/java/sca/modules/implementation-bpel-ode/pom.xml
index cf178deba8..e2dbafd0aa 100644
--- a/java/sca/modules/implementation-bpel-ode/pom.xml
+++ b/java/sca/modules/implementation-bpel-ode/pom.xml
@@ -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>