You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by af...@apache.org on 2011/11/29 19:45:26 UTC

svn commit: r1208023 - in /incubator/accumulo/branches/1.3: contrib/libthrift-0.3.jar pom.xml src/core/pom.xml src/trace/pom.xml

Author: afuchs
Date: Tue Nov 29 18:45:25 2011
New Revision: 1208023

URL: http://svn.apache.org/viewvc?rev=1208023&view=rev
Log:
ACCUMULO-191

Removed:
    incubator/accumulo/branches/1.3/contrib/libthrift-0.3.jar
Modified:
    incubator/accumulo/branches/1.3/pom.xml
    incubator/accumulo/branches/1.3/src/core/pom.xml
    incubator/accumulo/branches/1.3/src/trace/pom.xml

Modified: incubator/accumulo/branches/1.3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/pom.xml?rev=1208023&r1=1208022&r2=1208023&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/pom.xml (original)
+++ incubator/accumulo/branches/1.3/pom.xml Tue Nov 29 18:45:25 2011
@@ -529,11 +529,9 @@
         <version>3.2</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.thrift</groupId>
+        <groupId>org.apache.accumulo.thrift</groupId>
         <artifactId>libthrift</artifactId>
         <version>0.3</version>
-        <scope>system</scope>
-        <systemPath>${basedir}/${project.parent.relativePath}/contrib/libthrift-0.3.jar</systemPath>
       </dependency>
       <dependency>
         <groupId>jline</groupId>
@@ -591,6 +589,13 @@
     </dependency>
   </dependencies>
 
+  <repositories>
+    <repository>
+      <id>legacy-releases</id>
+      <url>http://incubator.apache.org/accumulo/mvn_repo</url>
+    </repository>
+  </repositories>
+
   <distributionManagement>
     <repository>
       <id>accumulo-releases-repo</id>

Modified: incubator/accumulo/branches/1.3/src/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/core/pom.xml?rev=1208023&r1=1208022&r2=1208023&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/src/core/pom.xml (original)
+++ incubator/accumulo/branches/1.3/src/core/pom.xml Tue Nov 29 18:45:25 2011
@@ -87,7 +87,7 @@
       <artifactId>commons-collections</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.thrift</groupId>
+      <groupId>org.apache.accumulo.thrift</groupId>
       <artifactId>libthrift</artifactId>
     </dependency>
     <dependency>

Modified: incubator/accumulo/branches/1.3/src/trace/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/src/trace/pom.xml?rev=1208023&r1=1208022&r2=1208023&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/src/trace/pom.xml (original)
+++ incubator/accumulo/branches/1.3/src/trace/pom.xml Tue Nov 29 18:45:25 2011
@@ -36,7 +36,7 @@
       <artifactId>zookeeper</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.thrift</groupId>
+      <groupId>org.apache.accumulo.thrift</groupId>
       <artifactId>libthrift</artifactId>
     </dependency>
     <dependency>