Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.2 321f5e82f -> bb1f13104


exclude maven dependency (thru hadoop-core) of core-3.1.1 as it is provided now 
 by ecj
patch by dbrosius reviewed by bwilliams for cassandra-9410


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bb1f1310
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bb1f1310
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bb1f1310

Branch: refs/heads/cassandra-2.2
Commit: bb1f1310478eab19111d17ac5509bce498d98743
Parents: 321f5e8
Author: Dave Brosius <dbros...@mebigfatguy.com>
Authored: Fri May 22 18:46:25 2015 -0400
Committer: Dave Brosius <dbros...@mebigfatguy.com>
Committed: Fri May 22 18:47:58 2015 -0400

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/bb1f1310/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index f3dab3f..ff048a2 100644
--- a/build.xml
+++ b/build.xml
@@ -360,6 +360,7 @@
           <dependency groupId="org.apache.hadoop" artifactId="hadoop-core" 
version="1.0.3">
                <exclusion groupId="org.mortbay.jetty" 
artifactId="servlet-api"/>
                <exclusion groupId="commons-logging" 
artifactId="commons-logging"/>
+               <exclusion groupId="org.eclipse.jdt" artifactId="core"/>
           </dependency>
           <dependency groupId="org.apache.hadoop" 
artifactId="hadoop-minicluster" version="1.0.3"/>
           <dependency groupId="org.apache.pig" artifactId="pig" 
version="0.12.1"/>

Reply via email to