Exclude xom as its lgpl

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673982 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
antelder 2008-07-04 09:47:34 +00:00
parent 3b2e2b7e8c
commit d59e255a58

View file

@ -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>