You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/01/09 16:01:53 UTC

svn commit: r1229182 - /incubator/accumulo/branches/1.3/pom.xml

Author: billie
Date: Mon Jan  9 15:01:53 2012
New Revision: 1229182

URL: http://svn.apache.org/viewvc?rev=1229182&view=rev
Log:
ACCUMULO-222 revert removal of libthrift repo

Modified:
    incubator/accumulo/branches/1.3/pom.xml

Modified: incubator/accumulo/branches/1.3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/pom.xml?rev=1229182&r1=1229181&r2=1229182&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/pom.xml (original)
+++ incubator/accumulo/branches/1.3/pom.xml Mon Jan  9 15:01:53 2012
@@ -625,6 +625,13 @@
     </dependency>
   </dependencies>
 
+  <repositories>
+    <repository>
+      <id>legacy-releases</id>
+      <url>http://incubator.apache.org/accumulo/mvn_repo</url>
+    </repository>
+  </repositories>
+
   <issueManagement>
     <url>https://issues.apache.org/jira/browse/ACCUMULO</url>
     <system>Apache's JIRA issue tracker</system>