restore JDK 8 compat
HikariCP 5.0.1 not compatible
This commit is contained in:
parent
428647e2a8
commit
88046a4163
1 changed files with 1 additions and 1 deletions
2
deps.edn
2
deps.edn
|
|
@ -22,7 +22,7 @@
|
||||||
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
|
{:git/tag "v0.5.1" :git/sha "dfb30dd"}
|
||||||
;; connection pooling
|
;; connection pooling
|
||||||
;; 5.0.0 is not compatible with JDK 8:
|
;; 5.0.0 is not compatible with JDK 8:
|
||||||
com.zaxxer/HikariCP {:mvn/version "5.0.1"}
|
com.zaxxer/HikariCP {:mvn/version "3.4.2"}
|
||||||
com.mchange/c3p0 {:mvn/version "0.9.5.5"}
|
com.mchange/c3p0 {:mvn/version "0.9.5.5"}
|
||||||
;; JDBC drivers
|
;; JDBC drivers
|
||||||
;; compatible with JDK8+:
|
;; compatible with JDK8+:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue