summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-04 09:47:34 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-04 09:47:34 +0000
commitd59e255a58540672bd3a30319a77ebc152e7536c (patch)
treeab0833eaeb176e59a7aaf4ecd944e503cd6e6f16 /branches
parent3b2e2b7e8c71c91e8a902447ab77e923bd2b4b52 (diff)
Exclude xom as its lgpl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-java-1.3/modules/binding-atom-abdera/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-1.3/modules/binding-atom-abdera/pom.xml b/branches/sca-java-1.3/modules/binding-atom-abdera/pom.xml
index 69c15507a9..01b0adeeb3 100644
--- a/branches/sca-java-1.3/modules/binding-atom-abdera/pom.xml
+++ b/branches/sca-java-1.3/modules/binding-atom-abdera/pom.xml
@@ -88,6 +88,12 @@
<groupId>org.apache.abdera</groupId>
<artifactId>abdera-parser</artifactId>
<version>0.3.0-incubating</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xom</groupId>
+ <artifactId>xom</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>