Skip to content

Instantly share code, notes, and snippets.

@Kiarahmani
Created April 10, 2019 19:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kiarahmani/680e58683af6abe0b59771c4b61f32ec to your computer and use it in GitHub Desktop.
Save Kiarahmani/680e58683af6abe0b59771c4b61f32ec to your computer and use it in GitHub Desktop.
(defproject jepsen.cassandra "0.1.0-SNAPSHOT"
:description "A Jepsen test for Cassandra"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:main jepsen.cassandra
:dependencies [[org.clojure/clojure "1.9.0"]
[jepsen "0.1.11"]
[environ "1.1.0"]
[verschlimmbesserung "0.1.3"]]
:java-source-paths ["/home/ubuntu/Jepsen_Java_Tests/src/main/java"]
:resource-paths ["resources/cassandra-jdbc-wrapper-3.1.0-SNAPSHOT.jar"]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment