Skip to content

Commit 64755ef

Browse files
committed
WIP - use REST for nodetool info
1 parent 9dc9cb5 commit 64755ef

File tree

10 files changed

+2741
-3
lines changed

10 files changed

+2741
-3
lines changed

build.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,21 @@
453453
<dependency groupId="com.github.ben-manes.caffeine" artifactId="caffeine" version="2.2.6" />
454454
<dependency groupId="org.jctools" artifactId="jctools-core" version="1.2.1"/>
455455
<dependency groupId="org.ow2.asm" artifactId="asm" version="5.0.4" />
456+
457+
<dependency groupId="org.glassfish.jersey.core" artifactId="jersey-common" version="2.22.1" />
458+
<dependency groupId="javax.ws.rs" artifactId="javax.ws.rs-api" version="2.0.1" />
459+
<dependency groupId="javax.ws.rs" artifactId="jsr311-api" version="1.1.1" />
460+
<dependency groupId="org.glassfish.jersey.core" artifactId="jersey-client" version="2.22.1" />
461+
<dependency groupId="org.glassfish" artifactId="javax.json" version="1.0.4" />
462+
<dependency groupId="javax.activation" artifactId="activation" version="1.1" />
463+
<dependency groupId="com.google.guava" artifactId="guava" version="18.0" />
464+
<dependency groupId="com.google.collections" artifactId="google-collections" version="1.0" />
465+
<dependency groupId="javax.activation" artifactId="activation" version="1.1" />
466+
467+
<dependency groupId="javax.annotation" artifactId="javax.annotation-api" version="1.2" />
468+
<dependency groupId="org.glassfish.jersey.bundles.repackaged" artifactId="jersey-guava" version="2.22.1" />
469+
470+
456471
</dependencyManagement>
457472
<developer id="adelapena" name="Andres de la Peña"/>
458473
<developer id="alakshman" name="Avinash Lakshman"/>
@@ -910,7 +925,7 @@
910925
The jar target makes cassandra.jar output.
911926
-->
912927
<target name="jar"
913-
depends="build, build-test, stress-build, write-poms"
928+
depends="build, write-poms"
914929
description="Assemble Cassandra JAR files">
915930
<mkdir dir="${build.classes.main}/META-INF" />
916931
<mkdir dir="${build.classes.thrift}/META-INF" />

0 commit comments

Comments
 (0)