You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2013/06/03 17:31:42 UTC

svn commit: r1489029 - /activemq/trunk/activemq-amqp/pom.xml

Author: tabish
Date: Mon Jun  3 15:31:42 2013
New Revision: 1489029

URL: http://svn.apache.org/r1489029
Log:
fix recent commit requires leveldb-store as test dep.

Modified:
    activemq/trunk/activemq-amqp/pom.xml

Modified: activemq/trunk/activemq-amqp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-amqp/pom.xml?rev=1489029&r1=1489028&r2=1489029&view=diff
==============================================================================
--- activemq/trunk/activemq-amqp/pom.xml (original)
+++ activemq/trunk/activemq-amqp/pom.xml Mon Jun  3 15:31:42 2013
@@ -89,6 +89,11 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-leveldb-store</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>