AMQ-2013 - exclude xom dependency from xstream

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@720262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Anstey 2008-11-24 19:13:17 +00:00
parent 4d089f0083
commit 7530b1270c
1 changed files with 8 additions and 0 deletions

View File

@ -719,6 +719,14 @@
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>${xstream-version}</version>
<exclusions>
<exclusion>
<!-- xom is an optional dependency of xstream. Its also
LGPL, so its really not ASF compatible. -->
<groupId>xom</groupId>
<artifactId>xom</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>