Skip to content

Commit a3d26cf

Browse files
committed
Add snaptree dependency to pom (and fix yammer metrics dependency too) (Fixes CASSANDRA-3676)
1 parent f2b5d47 commit a3d26cf

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

build.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@
369369
<dependency groupId="org.apache.cassandra" artifactId="cassandra-all" version="${version}" />
370370
<dependency groupId="org.apache.cassandra" artifactId="cassandra-thrift" version="${version}" />
371371
<dependency groupId="com.yammer.metrics" artifactId="metrics-core" version="2.0.3" />
372+
<dependency groupId="edu.stanford.ppl" artifactId="snaptree" version="0.1" />
372373
</dependencyManagement>
373374
<developer id="alakshman" name="Avinash Lakshman"/>
374375
<developer id="antelder" name="Anthony Elder"/>
@@ -449,6 +450,8 @@
449450
<dependency groupId="com.googlecode.json-simple" artifactId="json-simple"/>
450451
<dependency groupId="com.github.stephenc.high-scale-lib" artifactId="high-scale-lib"/>
451452
<dependency groupId="org.yaml" artifactId="snakeyaml"/>
453+
<dependency groupId="edu.stanford.ppl" artifactId="snaptree"/>
454+
<dependency groupId="com.yammer.metrics" artifactId="metrics-core"/>
452455

453456
<dependency groupId="log4j" artifactId="log4j"/>
454457
<!-- cassandra has a hard dependency on log4j, so force slf4j's log4j provider at runtime -->

lib/snaptree-0.1-SNAPSHOT.jar

-111 KB
Binary file not shown.

lib/snaptree-0.1.jar

53.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)