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:
parent
3b2e2b7e8c
commit
d59e255a58
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue