mirror of https://github.com/apache/activemq.git
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:
parent
1f00a395f8
commit
76b7822cf2
|
@ -57,6 +57,13 @@
|
||||||
<artifactId>activemq-jmdns_1.0</artifactId>
|
<artifactId>activemq-jmdns_1.0</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
-->
|
-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.activemq</groupId>
|
||||||
|
<artifactId>activemq-core</artifactId>
|
||||||
|
<version>${pom.version}</version>
|
||||||
|
<classifier>tests</classifier>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jmock</groupId>
|
<groupId>jmock</groupId>
|
||||||
<artifactId>jmock</artifactId>
|
<artifactId>jmock</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue