Repository: cassandra Updated Branches: refs/heads/trunk 79c5bc314 -> a6e749089
exclude thrift-server's 'compile' dependency on junit Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a6e74908 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a6e74908 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a6e74908 Branch: refs/heads/trunk Commit: a6e749089fe37c3deb2404ceb718854c0307ffb5 Parents: 79c5bc3 Author: Dave Brosius <[email protected]> Authored: Sat Jun 18 22:52:15 2016 -0400 Committer: Dave Brosius <[email protected]> Committed: Sat Jun 18 22:52:15 2016 -0400 ---------------------------------------------------------------------- build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/a6e74908/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index b01e499..4eb1f1f 100644 --- a/build.xml +++ b/build.xml @@ -375,6 +375,7 @@ <dependency groupId="com.thinkaurelius.thrift" artifactId="thrift-server" version="0.3.7"> <exclusion groupId="org.slf4j" artifactId="slf4j-log4j12"/> + <exclusion groupId="junit" artifactId="junit"/> </dependency> <dependency groupId="org.yaml" artifactId="snakeyaml" version="1.11"/> <dependency groupId="org.apache.thrift" artifactId="libthrift" version="0.9.2">
