|
453 | 453 | <dependency groupId="com.github.ben-manes.caffeine" artifactId="caffeine" version="2.2.6" /> |
454 | 454 | <dependency groupId="org.jctools" artifactId="jctools-core" version="1.2.1"/> |
455 | 455 | <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 | + |
456 | 471 | </dependencyManagement> |
457 | 472 | <developer id="adelapena" name="Andres de la Peña"/> |
458 | 473 | <developer id="alakshman" name="Avinash Lakshman"/> |
|
910 | 925 | The jar target makes cassandra.jar output. |
911 | 926 | --> |
912 | 927 | <target name="jar" |
913 | | - depends="build, build-test, stress-build, write-poms" |
| 928 | + depends="build, write-poms" |
914 | 929 | description="Assemble Cassandra JAR files"> |
915 | 930 | <mkdir dir="${build.classes.main}/META-INF" /> |
916 | 931 | <mkdir dir="${build.classes.thrift}/META-INF" /> |
|
0 commit comments