Author: gtully
Date: Thu Nov 20 04:58:44 2008
New Revision: 719220
URL: http://svn.apache.org/viewvc?rev=719220&view=rev
Log:
resolve some dependency divergence among modules
Modified:
activemq/trunk/activemq-core/pom.xml
activemq/trunk/activemq-xmpp/pom.xml
activemq/trunk/pom.xml
Modified: activemq/trunk/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=719220&r1=719219&r2=719220&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Thu Nov 20 04:58:44 2008
@@ -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>
Modified: activemq/trunk/activemq-xmpp/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-xmpp/pom.xml?rev=719220&r1=719219&r2=719220&view=diff
==============================================================================
--- activemq/trunk/activemq-xmpp/pom.xml (original)
+++ activemq/trunk/activemq-xmpp/pom.xml Thu Nov 20 04:58:44 2008
@@ -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>
Modified: activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=719220&r1=719219&r2=719220&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Thu Nov 20 04:58:44 2008
@@ -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>