Skip to content
Snippets Groups Projects
Unverified Commit 0cab9159 authored by Ryan Senior's avatar Ryan Senior Committed by GitHub
Browse files

Merge pull request #6517 from metabase/redshift-no-sdk-dep

Switch to the redshift depndency that doesn't embed the Amazon SDK 
parents 3d557a9e b2a4918a
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,8 @@
[clj-time "0.13.0"] ; library for dealing with date/time
[clojurewerkz/quartzite "2.0.0"] ; scheduling library
[colorize "0.1.1" :exclusions [org.clojure/clojure]] ; string output with ANSI color codes (for logging)
[com.amazon.redshift/redshift-jdbc41 "1.2.8.1005"] ; Redshift JDBC driver
[com.amazon.redshift/redshift-jdbc41-no-awssdk ; Redshift JDBC driver without embedded Amazon SDK
"1.2.8.1005"]
[com.cemerick/friend "0.2.3" ; auth library
:exclusions [commons-codec
org.apache.httpcomponents/httpclient
......
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