Author: djencks
Date: Mon Jan 19 18:07:32 2009
New Revision: 735913
URL: http://svn.apache.org/viewvc?rev=735913&view=rev
Log:
AMQ-2078 extend transaction tests to xa in ra -- missed the pom.xml mod
Modified:
activemq/trunk/activemq-ra/pom.xml
Modified: activemq/trunk/activemq-ra/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-ra/pom.xml?rev=735913&r1=735912&r2=735913&view=diff
==============================================================================
--- activemq/trunk/activemq-ra/pom.xml (original)
+++ activemq/trunk/activemq-ra/pom.xml Mon Jan 19 18:07:32 2009
@@ -58,6 +58,13 @@
</dependency>
-->
<dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-core</artifactId>
+ <version>${pom.version}</version>
+ <classifier>tests</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>jmock</groupId>
<artifactId>jmock</artifactId>
<version>1.2.0</version>