diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-04 09:52:51 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-04 09:52:51 +0000 |
commit | a6b468ebb36e89aa29c7e3029a7a9ee057a47494 (patch) | |
tree | f80ade13b27a84ee93fb94bf5e3c4013ccd88668 /java/sca/modules | |
parent | d59e255a58540672bd3a30319a77ebc152e7536c (diff) |
Merge xom exclude from 1.3 branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/binding-atom-abdera/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/sca/modules/binding-atom-abdera/pom.xml b/java/sca/modules/binding-atom-abdera/pom.xml index 5abf292372..f7bda483b2 100644 --- a/java/sca/modules/binding-atom-abdera/pom.xml +++ b/java/sca/modules/binding-atom-abdera/pom.xml @@ -93,6 +93,10 @@ <groupId>stax</groupId> <artifactId>stax-api</artifactId> </exclusion> + <exclusion> + <groupId>xom</groupId> + <artifactId>xom</artifactId> + </exclusion> </exclusions> </dependency> |