resolve some dependency divergence among modules

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@719220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2008-11-20 12:58:44 +00:00
parent 0fe1944bad
commit 7673448206
3 changed files with 1 additions and 4 deletions

View File

@ -114,7 +114,6 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.2.2</version>
<optional>true</optional>
</dependency>
@ -182,7 +181,6 @@
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency>

View File

@ -98,7 +98,6 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.0.2</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>

View File

@ -669,7 +669,7 @@
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>1.0</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>stax</groupId>