Repository: cassandra
Updated Branches:
  refs/heads/trunk df192c91d -> f01aedcfb


remove transitive junit dependency from hadoop-core/commons-httpclient


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

Branch: refs/heads/trunk
Commit: f01aedcfb607fe11d868a2eac800abb55c0f423d
Parents: df192c9
Author: Dave Brosius <dbros...@mebigfatguy.com>
Authored: Sat Aug 6 21:24:59 2016 -0400
Committer: Dave Brosius <dbros...@mebigfatguy.com>
Committed: Sat Aug 6 21:24:59 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f01aedcf/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index e88a8f3..6a319a9 100644
--- a/build.xml
+++ b/build.xml
@@ -404,6 +404,7 @@
                <exclusion groupId="commons-logging" 
artifactId="commons-logging"/>
                <exclusion groupId="org.eclipse.jdt" artifactId="core"/>
                    <exclusion groupId="ant" artifactId="ant"/>
+                   <exclusion groupId="junit" artifactId="junit"/>
           </dependency>
           <dependency groupId="org.apache.hadoop" 
artifactId="hadoop-minicluster" version="1.0.3">
                    <exclusion groupId="asm" artifactId="asm"/> <!-- this is 
the outdated version 3.1 -->

Reply via email to