Add snaptree dependency to pom (and fix yammer metrics dependency) patch by stephenc; reviewed by slebresne for CASSANDRA-3676
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0a969449 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0a969449 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0a969449 Branch: refs/heads/cassandra-1.1 Commit: 0a969449fb818d0641c84f6e14634fba307084a5 Parents: b3b6e4a Author: Stephen Connolly <[email protected]> Authored: Tue Apr 3 09:37:47 2012 +0100 Committer: Sylvain Lebresne <[email protected]> Committed: Tue Apr 3 17:35:24 2012 +0200 ---------------------------------------------------------------------- build.xml | 3 +++ lib/snaptree-0.1-SNAPSHOT.jar | Bin 113450 -> 0 bytes lib/snaptree-0.1.jar | Bin 0 -> 55066 bytes 3 files changed, 3 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/0a969449/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 723d58e..b36e87c 100644 --- a/build.xml +++ b/build.xml @@ -403,6 +403,7 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision} <dependency groupId="org.apache.cassandra" artifactId="cassandra-all" version="${version}" /> <dependency groupId="org.apache.cassandra" artifactId="cassandra-thrift" version="${version}" /> <dependency groupId="com.yammer.metrics" artifactId="metrics-core" version="2.0.3" /> + <dependency groupId="edu.stanford.ppl" artifactId="snaptree" version="0.1" /> </dependencyManagement> <developer id="alakshman" name="Avinash Lakshman"/> <developer id="antelder" name="Anthony Elder"/> @@ -483,6 +484,8 @@ url=${svn.entry.url}?pathrev=${svn.entry.commit.revision} <dependency groupId="com.googlecode.json-simple" artifactId="json-simple"/> <dependency groupId="com.github.stephenc.high-scale-lib" artifactId="high-scale-lib"/> <dependency groupId="org.yaml" artifactId="snakeyaml"/> + <dependency groupId="edu.stanford.ppl" artifactId="snaptree"/> + <dependency groupId="com.yammer.metrics" artifactId="metrics-core"/> <dependency groupId="log4j" artifactId="log4j"/> <!-- cassandra has a hard dependency on log4j, so force slf4j's log4j provider at runtime --> http://git-wip-us.apache.org/repos/asf/cassandra/blob/0a969449/lib/snaptree-0.1-SNAPSHOT.jar ---------------------------------------------------------------------- diff --git a/lib/snaptree-0.1-SNAPSHOT.jar b/lib/snaptree-0.1-SNAPSHOT.jar deleted file mode 100644 index 6aa7342..0000000 Binary files a/lib/snaptree-0.1-SNAPSHOT.jar and /dev/null differ http://git-wip-us.apache.org/repos/asf/cassandra/blob/0a969449/lib/snaptree-0.1.jar ---------------------------------------------------------------------- diff --git a/lib/snaptree-0.1.jar b/lib/snaptree-0.1.jar new file mode 100644 index 0000000..a5d2c85 Binary files /dev/null and b/lib/snaptree-0.1.jar differ
