Updated Branches: refs/heads/trunk 2feb81ead -> c66ee7884
remove unused dependencies (aws-s3, opt-simple, whirr-cli, whirr-core) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c66ee788 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c66ee788 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c66ee788 Branch: refs/heads/trunk Commit: c66ee7884f1f07c22453365265b206b59582d842 Parents: 2feb81e Author: Dave Brosius <[email protected]> Authored: Fri Jun 21 18:00:26 2013 -0400 Committer: Dave Brosius <[email protected]> Committed: Fri Jun 21 18:00:26 2013 -0400 ---------------------------------------------------------------------- build.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/c66ee788/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index f5a21be..05ed9e7 100644 --- a/build.xml +++ b/build.xml @@ -364,15 +364,10 @@ </dependency> <dependency groupId="org.apache.hadoop" artifactId="hadoop-core" version="1.0.3"/> <dependency groupId="org.apache.pig" artifactId="pig" version="0.10.0"/> - <dependency groupId="net.sf.jopt-simple" artifactId="jopt-simple" version="3.2"/> <dependency groupId="net.java.dev.jna" artifactId="jna" version="3.2.7"/> <dependency groupId="net.sourceforge.cobertura" artifactId="cobertura" version="${cobertura.version}"/> - <dependency groupId="org.apache.whirr" artifactId="whirr-core" version="0.4.0-incubating"/> - <dependency groupId="org.apache.whirr" artifactId="whirr-cli" version="0.4.0-incubating"/> - <dependency groupId="org.jclouds.provider" artifactId="aws-s3" version="1.0-beta-9b" /> - <dependency groupId="log4j" artifactId="log4j" version="1.2.16" /> <dependency groupId="org.apache.cassandra" artifactId="cassandra-all" version="${version}" /> <dependency groupId="org.apache.cassandra" artifactId="cassandra-thrift" version="${version}" /> @@ -408,7 +403,6 @@ <dependency groupId="org.apache.rat" artifactId="apache-rat"/> <dependency groupId="org.apache.hadoop" artifactId="hadoop-core"/> <dependency groupId="org.apache.pig" artifactId="pig"/> - <dependency groupId="net.sf.jopt-simple" artifactId="jopt-simple"/> <dependency groupId="net.java.dev.jna" artifactId="jna"/> </artifact:pom> @@ -426,9 +420,6 @@ <parent groupId="org.apache.cassandra" artifactId="cassandra-parent" version="${version}"/> - <dependency groupId="org.apache.whirr" artifactId="whirr-core"/> - <dependency groupId="org.apache.whirr" artifactId="whirr-cli"/> - <dependency groupId="org.jclouds.provider" artifactId="aws-s3"/> </artifact:pom> <!-- now the pom's for artifacts being deployed to Maven Central --> @@ -548,7 +539,6 @@ dependencyRefsBuildFile="${build.dir}/test-dependencies.xml"> <remoteRepository refid="apache"/> <remoteRepository refid="central"/> - <remoteRepository refid="jclouds"/> <remoteRepository refid="oauth"/> </artifact:dependencies> <copy todir="${test.lib}/jars">
