Exclude xom from jaxen as its lgpl
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e606372277
commit
3b2e2b7e8c
1 changed files with 6 additions and 0 deletions
|
@ -310,6 +310,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>
|
||||
|
|
Loading…
Add table
Reference in a new issue