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 2011/10/04 17:05:37 UTC

svn commit: r1178826 - /james/mailbox/trunk/hbase/pom.xml

Author: eric
Date: Tue Oct  4 15:05:37 2011
New Revision: 1178826

URL: http://svn.apache.org/viewvc?rev=1178826&view=rev
Log:
Readd rawson repository as temporary fix for hadoop dependency downloads

Modified:
    james/mailbox/trunk/hbase/pom.xml

Modified: james/mailbox/trunk/hbase/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/hbase/pom.xml?rev=1178826&r1=1178825&r2=1178826&view=diff
==============================================================================
--- james/mailbox/trunk/hbase/pom.xml (original)
+++ james/mailbox/trunk/hbase/pom.xml Tue Oct  4 15:05:37 2011
@@ -30,6 +30,20 @@
     <name>Apache James HBase Mailbox</name>
     <description>Apache James Mailbox implementation over HBase</description>
     
+    <repositories>
+        <repository>
+            <id>hadoop-non-releases</id>
+            <name>Hadoop non-releases</name>
+            <url>http://people.apache.org/~rawson/repo/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>${javax.mail.groupId}</groupId>



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