You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2013/01/08 11:33:17 UTC

svn commit: r1430202 - /james/mailbox-integration-tester/trunk/pom.xml

Author: eric
Date: Tue Jan  8 10:33:17 2013
New Revision: 1430202

URL: http://svn.apache.org/viewvc?rev=1430202&view=rev
Log:
Add hbase jar to mailbox-integration-tester to fix compilation issue (MAILBOX-190)

Modified:
    james/mailbox-integration-tester/trunk/pom.xml

Modified: james/mailbox-integration-tester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox-integration-tester/trunk/pom.xml?rev=1430202&r1=1430201&r2=1430202&view=diff
==============================================================================
--- james/mailbox-integration-tester/trunk/pom.xml (original)
+++ james/mailbox-integration-tester/trunk/pom.xml Tue Jan  8 10:33:17 2013
@@ -198,6 +198,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.hbase</groupId>
+            <artifactId>hbase</artifactId>
+            <version>${hbase.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-test</artifactId>
             <version>${hadoop.version}</version>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org