AMQ-2078 extend transaction tests to xa in ra -- missed the pom.xml mod

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@735913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Jencks 2009-01-20 02:07:32 +00:00
parent 1f00a395f8
commit 76b7822cf2
1 changed files with 7 additions and 0 deletions

View File

@ -57,6 +57,13 @@
<artifactId>activemq-jmdns_1.0</artifactId>
</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>