From 6e96258da3ceae973083c2bad6a5bae41d2858c6 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 21 Apr 2019 17:36:26 -0700 Subject: [PATCH] Remove perf alias/clojure.java.jdbc dependency I'll create a specific performance test suite again in the future. --- CONTRIBUTING.md | 6 +++--- deps.edn | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6397f0f..1008bc4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ # next.jdbc The next generation of [`clojure.java.jdbc`](https://github.com/clojure/java.jdbc) -is *not yet accepting contributions* because it is exploratory work and I do -not know yet whether it will be a Contrib project (like `clojure.java.jdbc`) -or whether it will be a public, open source project. +is *not yet accepting contributions* because it I do +not know yet whether it will become a Contrib project (like `clojure.java.jdbc`) +or whether it will continue to be a public, open source project. Please do not send Pull Requests at this point! diff --git a/deps.edn b/deps.edn index 2da7b4b..12d0f3c 100644 --- a/deps.edn +++ b/deps.edn @@ -14,11 +14,6 @@ org.xerial/sqlite-jdbc {:mvn/version "3.23.1"} ;; Note: Assumes Java 8; there's a .jre7 version as well com.microsoft.sqlserver/mssql-jdbc {:mvn/version "6.2.2.jre8"}}} - :perf {:extra-deps {criterium {:mvn/version "0.4.4"} - org.clojure/java.jdbc {:mvn/version "0.7.9"}} - :jvm-opts ["-server" - "-Xmx4096m" - "-Dclojure.compiler.direct-linking=true"]} :runner {:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner"