mirror of https://github.com/apache/activemq.git
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:
parent
4d089f0083
commit
7530b1270c
8
pom.xml
8
pom.xml
|
@ -719,6 +719,14 @@
|
||||||
<groupId>com.thoughtworks.xstream</groupId>
|
<groupId>com.thoughtworks.xstream</groupId>
|
||||||
<artifactId>xstream</artifactId>
|
<artifactId>xstream</artifactId>
|
||||||
<version>${xstream-version}</version>
|
<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>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue