Skip to content
Snippets Groups Projects
Commit 623fd4e0 authored by Ryan Senior's avatar Ryan Senior
Browse files

Add a C3P0 exclusion to Quartzite [ci drivers]

parent 2b9d5d6f
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@
commons-io
slingshot]]
[clj-time "0.13.0"] ; library for dealing with date/time
[clojurewerkz/quartzite "2.0.0"] ; scheduling library
[clojurewerkz/quartzite "2.0.0" ; scheduling library
:exclusions [c3p0]]
[colorize "0.1.1" :exclusions [org.clojure/clojure]] ; string output with ANSI color codes (for logging)
[com.amazon.redshift/redshift-jdbc42-no-awssdk ; Redshift JDBC driver without embedded Amazon SDK
"1.2.12.1017"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment