You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2010/09/10 15:58:42 UTC

svn commit: r995793 - /activemq/activemq-apollo/trunk/apollo-dto/pom.xml

Author: dejanb
Date: Fri Sep 10 13:58:41 2010
New Revision: 995793

URL: http://svn.apache.org/viewvc?rev=995793&view=rev
Log:
adding stax dependency

Modified:
    activemq/activemq-apollo/trunk/apollo-dto/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-dto/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-dto/pom.xml?rev=995793&r1=995792&r2=995793&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-dto/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-dto/pom.xml Fri Sep 10 13:58:41 2010
@@ -32,7 +32,16 @@
   <name>${artifactId}</name>
   
   <dependencies>
-  
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax-api</artifactId>
+      <version>${stax-api-version}</version>
+    </dependency>
+    <dependency>
+      <groupId>stax</groupId>
+      <artifactId>stax</artifactId>
+      <version>${stax-version}</version>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.jackson</groupId>
       <artifactId>jackson-core-asl</artifactId>